2021-06-04 03:38 AM
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.
Solved! Go to Solution.
2021-06-04 07:44 AM
There are plenty of examples to go from. The usage at the HAL level should be the same as the STM32F4 series. Hard to know what's wrong without any code.
2021-06-04 07:44 AM
There are plenty of examples to go from. The usage at the HAL level should be the same as the STM32F4 series. Hard to know what's wrong without any code.
2021-06-07 07:00 AM
Hi @TDK ,
Thanks your feedback,
Best regards.