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.

CC2642R: How to Measure Maximum Heap Stack Usage

Part Number: CC2642R

Tool/software: IAR(v9.40.2)

Hi everyone,

I currently use the SDK version simplelink_cc13xx_cc26xx_sdk_7_10_01_24 and IAR Version 9.40.2.
Previously, we used ROV for Heap measurements at old IAR version.
However, I understand that the current IAR version does not support ROV.
Therefore, as a measuring method of Heap Stack, we used the following structure and the measuring method which is described in the manual.

dev.ti.com/.../debugging-index.html

However, while it can measure the instantaneous usage of the Heap Stack, it cannot measure the maximum usage.
I would like to know if there is any way to measure the maximum usage of Heap Stack.