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.

TMS320F28379D: ControlSUITE cla example error

Part Number: TMS320F28379D
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