2020-11-19 07:33 PM
I've searched the Programming Manual for VTOR and read through looking for something similar but I couldn't find anything.
With the STM32F030 (M0) I copied the vector table to a reserved section of RAM and remapped to the RAM to use a vector table that wasn't at 0x08000000. However, this doesn't seem to be working for the 'G474.
Is there an extra step needed or a different way to do it?
Dave
2020-11-20 03:00 AM
For Cortex-M3 and higher you don't need to copy anything. Set the VTOR and that's it. Definitely VTOR is described in PM0214.