Jump to Freertos application
Hi all,I have developed a bootloader for STM32F412, the bootloader works perfectly, however, when I change the user app to be FreeRTOS based, it ceases to work.I added a blink led in the Hard Fault in both the bootloader and app, but both were not tr...