有没有 API , 用户数据写入flash
D
dml
@dml
0
声望
3
帖子
771
资料浏览
0
粉丝
0
关注
dml 发布的帖子
-
user_entry_before_ble_init,串口GPIOA bit2 为什么屏蔽
// Enable UART print.
//system_set_port_pull(GPIO_PA2, true);
//system_set_port_mux(GPIO_PORT_A, GPIO_BIT_2, PORTA2_FUNC_UART1_RXD);
system_set_port_mux(GPIO_PORT_A, GPIO_BIT_3, PORTA3_FUNC_UART1_TXD);
uart_init(UART1, BAUD_RATE_115200);