I have tried compiling peripheral_hr in Zephyr, as well as flashing the heart rate demo binaries.
All give the same result - the board simply resets as soon as BLE Advertising is started.
The log from this reset loop is as shown:
[00]*** Booting Zephyr OS build v2.1.99-ncs1 *** Bluetooth initialized Advertising successfully started [00]*** Booting Zephyr OS build v2.1.99-ncs1 *** Bluetooth initialized Advertising successfully started [00][00]*** Booting Zephyr OS build v2.1.99-ncs1 *** Bluetooth initialized Advertising successfully started
I have tried nrfjprog --recover, as well as reflashing with compiled hci_rpmsg and other samples, to the same effect.
Is this simply down to a defective board? The reset is not trapped by the debugger, so my suspicion is that some electrical issue is causing a hardware reset.
Thanks in advance.