On initialization of the bsp, I get ERROR 4 (NRF_ERROR_NO_MEM) when I define LOCATION.
Why is this? Because it seems rather weird there's no more memory at that point in the application.
My project files. [files]
On initialization of the bsp, I get ERROR 4 (NRF_ERROR_NO_MEM) when I define LOCATION.
Why is this? Because it seems rather weird there's no more memory at that point in the application.
My project files. [files]
Did you read the documentation for bsp_init? That says ..
NRF_ERROR_NO_MEM If the maximum number of timers has already been reached.
Have you reached the maximum number of timers?
Did you read the documentation for bsp_init? That says ..
NRF_ERROR_NO_MEM If the maximum number of timers has already been reached.
Have you reached the maximum number of timers?