This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nothing happens when I flash a firmware on a custom nrf51822 board

The board is simply an nrf51822 with a crystal and required caps and resistors, without any LEDs. When I try to flash any firmware, I get an OK that the firmware has been flashed BUT there's no sign of a BLE connectivity.

I'm using nRF51822 QFAAG2 on the board. I tried to flash BLE_Connectivity(peripheral) example with S110 from V6, V7 and V8, but nothing happens, I don't see any BLE node from my phone. IS there something I'm missing? I tried different example and I get the same issue.

I'm using the NRF51-DK to program the custom board, and compiling the apps with GCC.

What am I doing wrong? thanks.

Parents
  • If you didn't include a 32k crystal in your design, then the RC oscillator will probably work just fine for you instead.

    As far as the JLinkARM DLL error, try disconnecting the external board and see if you still have the issue. Also make sure you have the latest JLink package from Segger's website. There are other solutions as well people have posted here...

Reply
  • If you didn't include a 32k crystal in your design, then the RC oscillator will probably work just fine for you instead.

    As far as the JLinkARM DLL error, try disconnecting the external board and see if you still have the issue. Also make sure you have the latest JLink package from Segger's website. There are other solutions as well people have posted here...

Children
No Data
Related