Hello,
I am developing Matter using the RT1060 EVKC board.
I downloaded the thermostat example from NXP's GitHub and am working on it.
The default source code allocates the heap to internal OCRAM, and Matter commissioning works fine with this setup.
However, when I initialize the external 32MB SDRAM and modify the linker to move the heap to 0x80000000 with a size of 1MB, the program runs without issues.
But after this change, Matter commissioning no longer works.
When I revert the heap back to OCRAM, commissioning works again.
Could you please advise on what the issue might be and how to resolve it?
Thank you.