Hi,
i have load existing program to new nRF52 module. But it shows NRF_ERROR_NO_MEM.
Same old module doesn't show this error. i also reload the soft device. But no improvement?
how to solve this?
kindly give the solution ASAP.
Regards,
Senthilkumar
Hi,
i have load existing program to new nRF52 module. But it shows NRF_ERROR_NO_MEM.
Same old module doesn't show this error. i also reload the soft device. But no improvement?
how to solve this?
kindly give the solution ASAP.
Regards,
Senthilkumar
Hi,
Above the issue is resolved.
Just comment the below line. After that, error is not showed.
// APP_ERROR_HANDLER(p_event->data.error_communication);
Thanks for your response.
Hi,
Above the issue is resolved.
Just comment the below line. After that, error is not showed.
// APP_ERROR_HANDLER(p_event->data.error_communication);
Thanks for your response.