Skip to main content
Associate
May 23, 2025
Solved

How to use uart at wb55 BLE Mode

  • May 23, 2025
  • 1 reply
  • 398 views

当 wb55 启用 BLE 并同时使用 UART1 的 CFG_HW-UART1 时,如何再次使用 UART 进行串口传输? 不使用 APP_SBG_SG 等函数,而是使用 HAL 等函数UART_Transmit

Best answer by STTwo-32

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

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
May 30, 2025

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