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.

TMS320F28069F: Can CLA program length be shortened?

Part Number: TMS320F28069F

My CLA program is located at 0x009000 (L3 DPSARAM) and the tasks all work correctly. However if I try to shorten the length of the CLA program area from 0x001000 to say 0x000800 since the length of my CLA tasks is 0x0630, so that I can free up the memory for other things, I run into trouble. If I attempt to put any code in the newly freed area and even though the linker and map file all look fine, as soon as code is attempted to execute, I get an Illegal ISR. Should I be able to shorten the length of the CLA program on the 28069?