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);
-
PA2是RX 休眠的时候 uart是掉电的