AN2659, chaining interrupts, how?
AN2659, section 4.1.3 Vector table redirection, says that "The primary interrupt table contains a set of jumps to the user interrupt table" but the same code that accompanies this document does not seem to implement this - does this code just need to be extended?
Also AN2659 claims that if I edit the USER BOOTLOADER PROTOCOL PARAMETERS etc in `main.h` then the resulting code will use these but this does not seem to be correct. For example the pin that triggers the bootloader appears to be hardcoded to GPIOD and ignores the user custom settings. Did I miss something?
