This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

MQTT-SN example: HEAP size

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!

Parents Reply Children
No Data
Related