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

No Memory for operation

Hello all, I am getting an error "No Memory for operation" while initializing connection parameters for nrf51822 application. Can somebody please advice me about this error and about handling memory carefully?

Parents Reply Children
  • I am getting this error as well on the Eval Board, but not my Dev Board. I was trying to set the ble_gap_conn_params_t p_conn_params* to my applications preferred Idle parameters. However on the Eval Board this throws either hard fault error or the err_code = 4 on line 355 of app_timer.c. No issues with the Dev Board. As a result I've had to set the F/W to p_conn_params = NULL to assure that it works on the Eval Board. This is a bizarre error.

Related