Skip to main content
sle
Visitor II
February 5, 2019
Question

LPUART LL example - Rx not working

  • February 5, 2019
  • 1 reply
  • 761 views

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.

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
February 5, 2019

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

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