Hi,
I need nrf_malloc and nrf_free for my application but I cant find which files should I include to be able to use thees functions.
Thank you very much
Hi,
I need nrf_malloc and nrf_free for my application but I cant find which files should I include to be able to use thees functions.
Thank you very much
libraries/mem_manager/mem_manager.c and .h. You also need to enable the module in your sdk_config.h.
libraries/mem_manager/mem_manager.c and .h. You also need to enable the module in your sdk_config.h.
Hi nrbrook,
I tried nrf_malloc and nrf_free in ble_app_uart and ble_app_template with softdevice, but the addres of malloced buffer is 0x00000000. I don't think it correctly allocated spaces.