so are you actually calling the SETNFC() method? you might also try setting some global variable inside the uicr flashing method sent to NRF.restart to verify it is really called.
like var done=0 and adding done=1 after poke32(0x4001e504, 0);while(!peek32(0x4001e400));
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
so are you actually calling the SETNFC() method?you might also try setting some global variable inside the uicr flashing method sent to NRF.restart to verify it is really called.like
var done=0
and addingdone=1
afterpoke32(0x4001e504, 0);while(!peek32(0x4001e400));