IntergatedCircuits / DfuBootloader

STM32 USB device bootloader using DFU class interface
Apache License 2.0
92 stars 18 forks source link

M0 Vector Table #2

Closed pamarks closed 5 years ago

pamarks commented 5 years ago

For an application running on an M0 that leverages this bootloader does the application need to handle relocating the vector table?

benedekkupper commented 5 years ago

It doesn't need to relocate the vector table, only if you want to use interrupts in your application. This applies to every flash bootloader on M0.