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
-v, please.
We have no idea what you try to do or where you get this error, and thus cannot really help you yet.
Same old module doesn't show this error.
Then investigate what is different between modules.
As Turbo J is saying, we need some details as to where this error occurs in order to help you out here. Are the modules the same nRF52 devices, you might have gotten one with less memory available than the other for example.
Best regards,
Simon
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.