Skip to main content
Cvb.1
Associate
September 18, 2020
Solved

I need the CMSIS HAL UART interrupt sample code for STM32L562E-DK that UART can through interrupt to received data byte and transmit the data byte.

  • September 18, 2020
  • 2 replies
  • 1338 views

..

This topic has been closed for replies.
Best answer by Tesla DeLorean

Perhaps you can pull something workable from the examples, or get CubeMX to magic up something.

STM32Cube_FW_L5_V1.2.0\Projects\STM32L562E-DK\Examples\UART

STM32Cube_FW_L5_V1.2.0\Projects\STM32L562E-DK\Examples\UART\LPUART_WakeUpFromStop

2 replies

Tesla DeLorean
Guru
September 18, 2020

Perhaps you can pull something workable from the examples, or get CubeMX to magic up something.

STM32Cube_FW_L5_V1.2.0\Projects\STM32L562E-DK\Examples\UART

STM32Cube_FW_L5_V1.2.0\Projects\STM32L562E-DK\Examples\UART\LPUART_WakeUpFromStop

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Cvb.1
Cvb.1Author
Associate
September 22, 2020

Thank you very much.