Remap vector table after jumping to user application
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 sh...