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.

TMS320F280049: CLA compiler optimisation

Part Number: TMS320F280049

Hello,
is it possible to use the optimization for the CLA compiler? Customer CLA C-code needs a lot of RAM memory. Any hooks to reduce the code size in memory?

Regards, Holger

  • HS WG-FAE said:
    is it possible to use the optimization for the CLA compiler?

    Yes.  Start by using the build options --opt_level=3 --opt_for_speed=0.  Experiment with different values for --opt_for_speed.  It accepts the values 0-5.

    Thanks and regards,

    -George