User Activity

I have built an main application (using HAL) and a bootloader project (using LL).When debugging seperately, the UART reception using interrupts works well in both projects.But after I jump to bootloader from main application, immediately after re-ini...
A simple compare between the two HAL Versions shows that line 4730 "huart->ReceptionType = HAL_UART_RECEPTION_STANDARD" needs to be moved at position line 4708. This fixes the bug, same as it is implemented in HAL For STM32F0 series
Kudos from