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: Code Composer Studio
At present, because the MPU protection is triggered, the program enters prefetchEntry, but I want to do some software reset operation after entering prefetchEntry. How to implement prefetchEntry?
Thank you very much for your reply. I tested your code is ok, but can you explain to me what the following two codes actually do?
#pragma CODE_STATE(_prefetch_entry, 32)
#pragma INTERRUPT(_c_int00, PABT)