nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

nrf52840 nrf5_sdk_17.1.0 pca10056 s140 ERROR 4 [NRF_ERROR_NO_MEM] example ble_app_uart

Hello i am working with the example ble_app_uart and i have created one new service and two characteristics. The firmware was working fine with no errors. However my computer was replaced with a newer one and i had to reinstall the sdk from scratch. I have tried using breakpoints and i have found where the error is happening. Please see attached code .

    case APP_UART_COMMUNICATION_ERROR:
      APP_ERROR_HANDLER(p_event->data.error_communication);
      break;

I have also atached the section placement macros. I am suspecting that i need to increase the parameter RAM_START could you please help me resolve this issue ? 

Related