Using Rigado board, MBD350, I am able to write and test basic application using UART and BLE
using my custome board I get the following error:
NRF_BREAKPOINT_COND;
// On assert, the system can only recover with a reset.
#ifndef DEBUG
NRF_LOG_WARNING("System reset");
NVIC_SystemReset();
#else
app_error_save_and_stop(id, pc, info);
#endif // DEBUG
I suspect it's due to the reset GPIO pin, I do not have p0.21 connected. however I did removed "CONFIG_GPIO_AS_PIN_RESET", erased the device and re-flashed.
please advice.