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!