• nrf52 require reset form debugger to start

    Hi, I am developing my own program based on serial example. Project is based on gcc compiler under eclipse. I have preapared my own board with rigado module (nrf52832). HW works correctly. But my program works only after programming device. After unplug…
  • External reset when debugging nRF52

    Hi all I'm using the nRF52832 and I've configured P0.21 as RESET pin. When I reset the nRF52 via P0.21 while the debugger is running, the nRF52 actually resets but it seems that the debugger didn't recognize the reset (a breakpoint at the beginning…