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.

CCS/MSP432E401Y: Runtime Object View -> HeapMem Error

Part Number: MSP432E401Y


Tool/software: Code Composer Studio

I'm reviewing the heap memory usage.
Sometimes it looks like heap memory runs out like the screen above.
Since my application doesn't use so much heap memory, the screen above seems to be an error as shown.
Why does the error occur like the screen above?

i uses CCS 9.1 and MSP432E401Y

thanks

  • Hi,

    Does this happen when you have the target running? Since ROV is reading the memory of a running system, invalid states could occur (e.g. the target is in the middle of an alloc or free and linked list is in a transient state).

    If this is concurring when the target is paused, please try using the "debug" kernel. Look at the User Guide for steps to do this. When you use the debug kernel, asserts are enabled and HeapTrack is used. Take a look at this reference for details about HeapTrack: https://training.ti.com/debugging-common-application-issues-ti-rtos

    Todd