hello everyone,
I want to load an ISR into the address of the interrupt vector table, but when I debug, I will enter a bus fault. I don't know how to solve it.
Hi @jayzhou,
I understand the vector table is in SRAM, and you want to install an ISR to the table.
If you use RTD, there is already an API for that, you can refer to the code.
Regards,
Daniel
hello Daniel,
I 'm very happy to receive your answer ,but it seems still not work .I am working on the SPD(bist & eMcem)
when I used this api (IntCtrl_Ip_InstallHandler) as the picture shows below,
when I Debug this elf,the trace32 entered to the stepping mode ,I don't know this ,if I still have some error behaviors,Please contact to me ,thanks sincerely.
Is the vector table in SRAM?
What is the value of the VTOR register?
BR, Daniel