Tool/software:
Hi TI,
I declare those array below of my code
But the memory allocation of CCS
Seems no increase of the list
Can you let me know how to check this (using memory)?
BR,
Hank
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
If the declared arrays are not used, it is possible that they could have been optimized. If they are being actively used through out, you should see them.
Can you place a breakpoint and check if the code that utilizes these structures is executing correctly. Also, can you check if other variables in the demo are visible in the .data section? You can also refer to the map file for more detailed breakup
Regards