In STM32F030CCT6TR Cortex-M0 series microcontroller,when the pointer jumps from bootloader project to Application project ,no interrupts are being raised in application project even after the initialization and interrupt functions are enabled.
The Interrupt vector table for both the Bootloader and the Application Project are shared at 0x800000 register location,but when code pointer jumps to Application project the interrupt vector still remains at 0x800000 and the application project has ...