Remapping the Interrupt Vector Table (IVT)
Hello,
I need to map two different programs (a custom bootloader and the application) in the memory space of my STM32G0, as described in figure.

The bootloader should start at power-up, then check the application CRC and eventually jump to it.
Both in the bootloder and in the application, I need to remap the interrupt vector table.
Where can I find some documentation to do this, in the correct way?
Thank you,
Carlo
