stm32F0 no interrupt after vector-table relocation
Posted on July 16, 2015 at 14:12Hi,I have an application running on the stm32F030.It has a 'bootloader' application at 0x08000000, which successfully jumps to the 'real' application, at 0x08002000.The jump and relocation was done according to /publi...