ferenc-nemeth / stm32-bootloader

UART bootloader for STM32 microcontroller.
MIT License
310 stars 94 forks source link

HardFault in JumpToApplication ... #2

Closed Pajdoom closed 4 years ago

Pajdoom commented 4 years ago

Hello,

I tried to use this bootloader but if the bootloader has to run the application, it ends up in the HardFault error. Can't you tell me where I should look for a mistake?

ferenc-nemeth commented 4 years ago

You probably didn't modify the linker script as I mentioned it in the description. Or flashing a wrong binary file.