STM32F407 - Unable to load SystemInit() address into R0
I have a weird problem with one of the boards that I am trying to flash with a custom boot loader.Consider the following snippet:Reset_Handler LDR R0, =SystemInit BLX R0Most people will recognises it as being the first two ins...