Tool/software:
Hello,
I'm working with an AWRL6844EVM in SOP_MODE4 (Debug/Development Mode) using a Lauterbach debugger.
My debug scripts connect to both the HSM ARM-CM4 and the APPSS ARM Cortex-R5F cores.
I'm loading my .elf
file into APP_CPU_TCMA_A
at address 0x00018000
, and my vector table is located at that address (0x00018000
).
As ARMv7-R (Cortex-R5F) doesn't support a VBAR register, it expects the exception vector table to be located at 0x00000000
.
Is there a way to remap the TCMA region to 0x00000000
in this setup so that my vector table is correctly used?
Thanks in advance!
Best regards,
Stefan