Hi,
After I download the ble_app_uart in nRF52810, it don't work normally.

Hi,
After I download the ble_app_uart in nRF52810, it don't work normally.

Hi
The error message you're seeing is pulled from line 567 in your main.c file. What function is called in line 567 here? If you go to where this function is defined, comments generally provide some information on what various errors mean. Try checking out what NRF_ERROR_NO_MEM means for the function that returns this error and see if you understand what you need to do.
Best regards,
Simon
Hi
The error message you're seeing is pulled from line 567 in your main.c file. What function is called in line 567 here? If you go to where this function is defined, comments generally provide some information on what various errors mean. Try checking out what NRF_ERROR_NO_MEM means for the function that returns this error and see if you understand what you need to do.
Best regards,
Simon