Resolved! Hard fault on blx instruction - STM32F091CBU6
Hello everyone, I am developing a simple bootloader application where I have the bootloader code located at 0x8000000 and the main firmware at 0x8008000.To jump from the bootloader to the firmware code I am using this code: typedef void (*pFunction)(...