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.

Flash utilization saving techniques

Other Parts Discussed in Thread: TMS320F28335

Hi All,

I badly want to reduce flash consumption. Below are the options I tried to clean up code:

1. Reduce repetitive code into functions. Here I let away performance to memory.

2. Remove unused functions

3. Moved many large initialized to NULL global array and structure variables into a contiguous memory section of RAM and initialize them at once using memset at startup.

 Are there any other methods using which I can reduce flash consumption?

Environment: TMS320F28335, Code Composer Studio  v3.3, Code Generation Tool v5.1.3

Regards,

Krishna