Hi,
I am trying to do CPU reset for C7x core on AM62Ax device and facing a page fault error.
Below is the error message.
Can you please help me to reset the core properly?
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.
Hi,
I am trying to do CPU reset for C7x core on AM62Ax device and facing a page fault error.
Below is the error message.
Can you please help me to reset the core properly?
To properly reset the C7x core via CCS, we need to disable the MMU and invalidate the TLB buffer before reset.
Below are the steps you can follow to reset the C7x core properly.
For CCS v12.8.1 (eclipse based CCS)



After following the above steps, you should now be able to reset the core without errors.
For CCS (Theia/VS code version)


After following the above steps, you should now be able to reset the core without errors.