Hello, I developed a project starting from MQTT-SN example available in SDK for Thread and Zigbee.
I noticed that publishing and subscribing requires calls to functions as nrf_malloc and nrf_free. I expect that these functions use memory in the HEAP but I noticed that the HEAP size in the project options is set to 0.
So probably nrf_malloc and nrf_free work on another part of the RAM. What part is that? How can I modify its size?
Thanks!