cancel
Showing results for 
Search instead for 
Did you mean: 

LPUART LL example - Rx not working

sle
Associate

Hy everybody,

I have a Nucleo 144-L496ZG board and I test the STM32Cube_FW_L4_V1.13.0 Examples_LL\LPUART\LPUART_WakeupFromStop2 example with IAR. The Tx is working (I see it on the PC's Realterm /TeraTerm) but the Rx doesn't. Even if I do not enter the Stop2 mode, the breakpoint in the 'void LPUART_CharReception_Callback(void)' function is not reached when I send something from the PC's terminal application ( I see the PC transmition on the scope). Other examples, like Standby and RTC are working fine.

1 REPLY 1

Check if any status/errors are flagged on the UARTs registers. ie Noise or Framing

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..