Other Parts Discussed in Thread: C2000WARE
It is great that TI CCS provides the memory allocation statistics.
One question: Does TI provide the compare tool, that would be very convenient to know the difference in increment?

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.
It is great that TI CCS provides the memory allocation statistics.
One question: Does TI provide the compare tool, that would be very convenient to know the difference in increment?

Hello,
I'm not sure I understand your question; the change in C2000Ware version does not affect the amount of hardware memory available for a device, this is a fixed value for the device itself. Are you asking about the change in the size of the library? If this is the case, there is no tool exact for this but you can check the memory allocation between two projects with the same program, one which uses 4.0.0 and the other which uses 4.0.3. This should provide you with the difference (if any) in the size of the program being utilized.
Best regards,
Omer Amir
You got my question.
I had already done this way, open two projects to view the difference of memory allocation. It helps.
What I want is one further step, that some tool can analysis the differecnce directly, and can generate differecnce report.