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.