Hi, when i program my eval kit using nRFgo studio, the chip dosen't work unless i do a hard reset OR put off supply and put on again.
Any idea ? My program, is dfu bootloader !!
Help please !! My program is working well if do it using keil..
The chip must be reset or power-cycled after flashing it with firmware, otherwise the device will not run the new firmware.
nRFgo Studio should do this automatically.
Keil can be configured to do a “Reset and Run” after downloading the hex file to the chip, see this post on Devzone. However, nrfjprog must be used to flash the bootloader and softdevice, because they write to the UICR registers.
-Bjørn