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.

TMS320F280041: CLA and CPU MSGRAM

Part Number: TMS320F280041

Hi Champ,

As we know F280041 without CLA,any risk if customer using following way to initial CPUTOCLA1 and CLA1TOCPU RAM.

 MemCfgRegs.MSGxINIT.bit.INIT_CPUTOCLA1 = 1; //408535                    

while(0 == MemCfgRegs.MSGxINITDONE.bit.INITDONE_CPUTOCLA1);                    

MemCfgRegs.MSGxINIT.bit.INIT_CLA1TOCPU = 1; //408551                    

while(0 == MemCfgRegs.MSGxINITDONE.bit.INITDONE_CLA1TOCPU);