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

NRF_ERROR_NO_MEM using ble_app_uart with NRF52

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

Parents
  • 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.

Reply
  • 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.

Children
No Data