2025-05-23 7:16 AM
当 wb55 启用 BLE 并同时使用 UART1 的 CFG_HW-UART1 时,如何再次使用 UART 进行串口传输? 不使用 APP_SBG_SG 等函数,而是使用 HAL 等函数UART_Transmit
2025-05-30 3:35 AM
Hello @Thorn
Will the USART1 is set to be the UART interface to be used for the trace. If you want to use it for sending messages except trace messages (using UART_Transmit or other functions), you need to be careful and avoid any potential conflict between messages).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.