dmitrystu / sboot_stm32

Secure USB DFU1.1 bootloader for STM32
Apache License 2.0
303 stars 63 forks source link

fix ISR for the F0 #27

Closed dmitrystu closed 3 years ago

dmitrystu commented 3 years ago

Since F0 doesn't support the ISR table relocation via SCB->VTOR the bootloader must handle ISR, resolve an application ISR address and do a long jump to the ISR.