Hi All Team Members,
Using Nordic Development Kit of nrf52832 I am able to write and test basic application using UART and BLE
using this kit I get the following error:
I have load example code of ble uart from SDK 15.0 in Segger Embedded Studio to this kit but device reset continuously in debug and release both mode.
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
please reply me the solution for device reset continuously in debug and release both mode.
Thanks and regards,
Ronak Jain