2026-05-07 1:36 AM - last edited on 2026-05-07 1:55 AM by Andrew Neil
Dear ST team.
(related :Re: UART of NUCLEO-WB09KE UART signal no found - STMicroelectronics Community)
I am testing with NUCLEO-WB09KE EVB
Started from the example code ; "BLE_Peripheral_Lite", which is using PB0/PA1 as usuart port
I can see the Uart output signal on MB1801, CN3.37.
Then I manipulate to code to use LPUART; PB4/PB5 [attached code: BLE_Peripheral_Lite_LPUART1_PB4PB5.zip]
But the result is, Uart output signal is still on MB1801, CN3.37(same PIN with USART).
Did I do something Wrong? or Missed something?
Please Help
2026-05-07 1:58 AM
Just as an aside, you need to configure your terminal so that it starts a new line (ie, does both LF and CR) when in receives a LF.
Then you won't get the lines disappearing off to the right - as they are in your screenshot.