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.

TMS320F28386D: Compare tool of memory allocation

Expert 2160 points
Part Number: TMS320F28386D
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?

  • Hello,

    Can you clarify what you mean by compare tool? What is it comparing a difference in increment with?

    Best regards,

    Omer Amir

  • For example, update the drivelib from 4.0.0 to 4.03.  I would like to know the changes in the memory.

    Such as RAM or FLash become larger or smaller ?

  • 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.