You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
@fanoush thanks for the info, I somehow overlooked that.
Are there any tutorials on how to get started?
@fanoush thanks for the info, I somehow overlooked that.
Are there any tutorials on how to get started?
yes, the
poke32(0x10001014,0x7A000);while(!peek32(0x4001e400));
line is unique to Bangle 1 watch as per https://github.com/espruino/Espruino/blob/master/targetlibs/nrf5x_12/nrf5x_linkers/banglejs_dfu.ld#L14 for all other nrf52832 devices it is different value https://github.com/espruino/Espruino/blob/master/targetlibs/nrf5x_12/nrf5x_linkers/secure_dfu_gcc_nrf52.ld#L14anyway, the device is bricked now, you need to take it apart and use SWD debugger to restore at least that value at
0x10001014
to get it booting again