2020-04-09 10:21 AM
Hi,
Can someone explain to me how I can remap the vector table after jumping from a bootloader (stored at 0x10040000) to my user application (stored at 0x10040800) ?
I know the cortex M0 has no VTOR register, but I found no documentation on where I should copy my vector table and how to tell the processor where the new vector table is placed.
Thanks a lot !