Is it possible to use the Maple bootloader to load non-libmaple binaries?
I am building (after porting) the ST library examples with Keil into binaries and load them to 0x80005000 with the Maple booloader and dfu-util. The basic blinky light works but the UART one does not when I enable RX interrupts. However, when I target it to 0x80000000 and flash it with the serial bootloader the UART example works fine, so my guess is that I am doing something wrong with the interrupt vector table.
Is there something special about the way the bootloader handles the vector table or does it look like it's something on my side (very possible!)?