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?