Hi,
Whenever I call `nrf_malloc` with a parameter bigger than 32, the pointer remains NULL. I think it's related to some sdk setting but I couldn't find it.
Anyone had this issue before?
Hi,
Whenever I call `nrf_malloc` with a parameter bigger than 32, the pointer remains NULL. I think it's related to some sdk setting but I couldn't find it.
Anyone had this issue before?
I found the problem, I had to increase the number of block of a bigger size from the sdk config.
I found the problem, I had to increase the number of block of a bigger size from the sdk config.
Hi Gabriel
Good to hear you figured it out
Torbjørn