Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
Hello,
I try to use CLA to do something simple such as turning the LEDs ON.
but I Want to do it from a project thatdoes not have the CLA already defined.
so I took the epwm_ex11_configure_signal example project from the C2000 example projects.
I go to the sysconfig and add the CLA.
I also add the .cla file and put the 8 Cla1_tasks in it.
in the sysconfig I go to the MEMCFG option and in the RAM initialization I check the "CPU to CLA message RAM" and the "CLA to CPU message RAM"
after that I go to LSRAM configuration and in LS0 RAM and LS1 RAM I select "CPU/CLA shared data memory" and in LS5 RAM I select "CLA program memory"
when I compile the program I still have errors that
Cla1ConstLoadSize
Cla1ConstLoadStart
Cla1ConstRunStart
Cla1funcsLoadSize
Cla1funcsLoadStart
Cla1funcsRunStart
are not defined.
what is the correct way to define them?
thanks