custom bootloader problem on STM32F405
hello
i am working on a custom bootloader or STM32F405.
the Flash process is done correctly by the Bootloader, i checked the content of the flash.
the problem happens when the bootloader jumps to the application firmware which is located at adress 0x0800C000, the program goes to the Hard_fault handler function:
this is what i am using to jump from the bootloader :
thanks.

