Hello,
I want to use the PN7462 to create a bootloader (0x203000) and an application (0x204000).
Once I created a bootloader and jumped to the application (0x204000) area.
However, when application (0x204000) is executed, it stops.
I need to modify the vector table, but I do not know how to do it.
In the case of LPC series, it seems to move using SYSMEMREMAP or VTOR, but PN7462 does not seem to exist.
I am wondering how the PN7462 modifies the Vector Table.