We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi All ,
Incase We need to have the program counter execution (PC) modified post debug entry for COrtex A53 , Say the A53 is executing from address 0x8000000
and once after the debug we need to make it ot 0x5000000 What is the best approach ? ARM v8 does not seem to support any PC modifying instruction or Load tp PC
in Debug ,
Regards,
Joe
If you mean after exiting from Debug state, then the processor will load the PC from the DLR_EL0 register on exit from Debug state. You need to execute the instruction ("MSR DLR_EL0,Xt") through the ITR to transfer the address to the DLR_EL0 before exiting Debug state.