Interrupt vector table relocation on cortex M0
I read that the M-0 cant relocate the vector table ''M0 CPU does not support the vector table relocation. For application code which is located in a different address than 0x0800 0000, some additional code must be added in order to be able to serve the application interrupts''. I am trying to make a bootloader and I can jump from one main to another and back but I cant use interrupts because that limitation, is there any example on how to do it? The only reference I found is the AN4065 and it doesn't do this. I am using STL peripheral library.
thank you very much. #stm32-mo-bootloader-relocation