Hello,
I'm using the IMXRT1050-EVKB with Azure RTOS. I paused running code with the debugger and was expecting to see the stack and heap usage in MCUXpresso but I got this instead. Why can't I see the stack and heap usage?
Here is my linker script config:
And my memory config where I increased the DTC Ram by reducing the OC ram according to: https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Reallocating-the-FlexRAM/ta-p/1117649
Hi @michaeldkfowler ,
Which example do you use? I test azure_iot_embedded_sdk_pnp and some other examples, it works fine.
Regards,
Jing
I'm not using an example