Question
STM32F0 bootloader int vect tab problem
Posted on January 23, 2016 at 12:23
Hi everyone,
I have problem with bootloader in STM32F0. I used Coocox and I read many topics about bootloader and RAM remap on this procesor and I've done everything with this. Debug is working fine I can go inside into my C code, but IRQ handlers doesn't work. It seems like Interrupt Vector Table doesn't work. Could you help me?