Question
STM32 IAP UART Bootlader
Posted on February 19, 2018 at 08:50
Hello,
I want to use the STM32 IAP UART Bootlarder in the CubeMX. The example is working fine. However I have a problem with my own code. When I use HAL_Delay() function, the code is crashing. If I do not use the HAL_Delay() function, everything is so good.
What could be the problem ? Can anybody help ?
Best Regards
#stm32-f4 #bootloader #stm32-uart-bootloader