STM32L011f3p6 using UART RECEIVE IT mode with HAL.
Hi,
I had worked with stm32f407 using HAL libraries earlier but it is different UART peripheral from F4 a bit. I use again HAL_UART_Receive_IT() and HAL_UART_RxCpltCallback() for stm32L011 in the user file. I implemented the Callback function respect to my project and taking notice that it get message in a byte and byte. I read the section 'how to use this driver' from uart.c driver. But for IT mode it doesn't suggest a different things from I did. My MCU can't get message properly it just first character of the message I sent.
Best Regards.
Muhammet Enes Şimşek.
