Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Hi Champion
I improt v210 cla example: C:\ti\controlSUITE\device_support\F2837xD\v210\F2837xD_examples_Cpu1\cla_asin
When load CPU1_RAM configuration to device, the code will stall in Cla1ForceTask1andWait();
I checked the cmd and init code, the problem is the void CLA_configClaMemory(void) didn't configure L4 to CLA, which cmd chose, so cause the issue.
MemCfgRegs.LSxMSEL.bit.MSEL_LS4 = 1;
MemCfgRegs.LSxCLAPGM.bit.CLAPGM_LS4 = 1;
Please update the example.
Eric