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.

CCS/TMS320F28035: CLA program to be run on FLASH memory

Part Number: TMS320F28035

Tool/software: Code Composer Studio

Hello,

I am using TMS320F28035 piccolo micro controller with code composer studio for my application.

I am trying to run my CLA code on FLASH. But I am getting the problem in memory mapping. I need to get 20 ADC values on each task of the CLA. But I am getting only one value in the array.

Kindly help me on this.

  • Hi,

    CLA cannot run from flash. The program memory and data can be loaded to flash, but it must be copied to RAM LS memory in order to be accessible from the CLA.

    This may be your issue. Make sure you perform a memcpy to the proper location for the CLA program and data memory to be accessible.

    sal