Interrupts not working with Bootloader
Dear Community,I'm working on a bootloader project using an STM32L071. I was able to start the main application using the code below: void HalSys_BootMainApplication() { /* Set address to jump to*/ volatile uint32_t jumpAddress = *(uint32_t*)...