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.

TMS320F2800157: TMS320F2800157 LS0 RAM Execution Access

Part Number: TMS320F2800157

Tool/software:

If I have an ISR that is copied from FLASH to LS0 RAM at the initialization of my code.

And at Initialization LS0 RAM is locked using:

MemCfgRegs.LSxACCPROT0.bit.CPUWRPROT_LS0 = 1u;
MemCfgRegs.LSxACCPROT0.bit.FETCHPROT_LS0 = 1u;

My Question is When the ISR is triggered will I be able to execute from it the code for unlocking LS0 RAM again?