Blinky on custom nrf52840 board boots and debugs but does not blink the LED

We have a project that we're moving from a Fanstel BC840 module to a bare chip (CoB) nrf52840-QIAAD0.

Here's what we can do:

  • We can flash the chip successfully but our program isn't advertising
  • When we hook it up to the power profiling kit, we see that it's not running correctly, compared to how it runs on the nrf52840-DK
  • Once we turn on RTT logging, our program immediately begins running but we still don't see it advertising, even though the power profiler shows the power chirps every second that we would expect to be advertising
  • We switched to the blinky example code and it runs fine on the DK but nothing happens on the custom board
  • We can successfully run and step-through debug blinky on the custom board, but no LED blinks (while it works fine on the DK)

Blinky works fine on the DK and on our old board with the BC840 module, but not on the bare chip nrf52840 board. Our actual program mirrors this where it works on the DK and on a module but not on the bare chip custom board.

We followed the reference design but I've also attached our schematic. Also attached is the power profiling for blinky. In the middle you can see where we are flashing the bare chip. Is there something about the revision of the nrf52840-QIAAD0 chip? 

Parents Reply Children
No Data
Related