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.
Hi
I have moved a c28x code to CLA, which consists of controller firmware for a power converter. CLA program memory ran out by almost double. I search through e2e and found a possible workaround stated in this thread.
It says i can copy some parts of code back and forth like initializing routines. but there is no explanation how to do it.
Can someone please explain how to do it.
Almost half the size of the code is consisting of just one time running initialization routines. If i can somehow just run that once then deletes it then load the repeating parts to CLA program memory, that would be the solution.
Unfortunately, we do not have any examples demonstrating that. You need to add the code on the C28x side to copy over the CLA code to LSRAM and flush out those after use and use that for other tasks as needed.
Regards,
Veena
Thank you.
I have no idea how to do that and cannot find anything remotely related to that either.. Can you give me example code here please.