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 ?

