Hello,
I have developed a board with the integrated nRF51422 QFAA. I have the nRF51DK. To compile I have used both mbed and arm-gcc and the binaries work perfectly on the DK, but on my board these binaries do not work. Apparently they have been correctly programmed through the J19 connector, inasmuch as nRFgo Studio correctly detects the IC and in the log you can see the following
>Application
C:/Users/Zol/Downloads/nRF5/SDK/examples/peripheral/blinky/pca10028/blank/armgcc/_build/nrf51422_xxaa.hex programmed successfully
After checking my board thoroughly and see that everything is correct, I decided to remove the nRF51422 from the DK and weld it to my board. Works correctly. So I put a new IC in the DK. When programming, show the previous message (correct) but it does not work
Any solution? Does the IC need any bootloader?
Thanks