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: CLA EXAMPLE PROGRAM LAB-9

Part Number: TMS320F28379D


Hi, This is Ganeshapandi. In lab exercise 9,  CLA initialization is done in a manner for storing CLA program data in memory location RAMLS4 using the following command 

	MemCfgRegs.LSxMSEL.bit.MSEL_LS4 = 1;        // 0=CPU    1=CPU and CLA
MemCfgRegs.LSxMSEL.bit.MSEL_LS5 = 0; // 0=CPU 1=CPU and CLA

But I could not understand the usage of following command found in lab_9.cmd

   Cla1Prog            : > RAMLS4,                PAGE = 0    

Does the above line helps to store CLA program data in memory location RAMLS4 or for what purpose that command exists?

Note : I am using ClaTasks_C.cla file for CLA Tasks. (Not ClaTasks.asm)

Thank you!