Associate II
May 7, 2026
Question
NUCLEO-WB09KE board USUART -> LPUART change fail
- May 7, 2026
- 2 replies
- 120 views
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