This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Greetings,
I am debugging the CLA, and have discovered that I am unable to modify registers when at an MDEBUGSTOP instruction. Specifically, I have tried to write the MAR0, MAR1, MR0, and MPC registers using the debugger. Should I be able to modify these?
Thank you,
Ed
Hi Ed,
These registers are read-only so you won't be able to modify them from the debugger. You can check register field read/write permissions in the "Type" column of each register field in the TRM.
Best Regards,
Delaney
Hi Ed,
These registers are read-only so you won't be able to modify them from the debugger. You can check register field read/write permissions in the "Type" column of each register field in the TRM.
Best Regards,
Delaney
Hi Delaney,
I was hoping the debugger had something which could do that as we can with the other CPUs.
Thank you for checking!
Ed