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

Application not running on a Rigado BMD-300

Hi all

Being fairly new to the nRF ecosystem I'm trying to get some basic code up and running on a custom board which uses a Rigado BMD-300. I'm using one of the examples in the SDK, and this runs fine on the Development Kit I have (PCA10040) but not on the BMD-300. I have updated the configuration of the clock sources as per this post (https://rigado.zendesk.com/hc/en-us/articles/225674668-Example-files-will-not-run-on-my-hardware-but-do-on-the-Eval-board-) 

However although the device programs and verifies fine (from both Segger Embedded Studio and nRFgo Studio) I see absolutely nothing - no flashing LEDs and nothing being advertised. Power seems fine, but I don't see a peep from the custom board.

I'm a bit stumped - what should I try next!

Thanks!

Parents Reply
  • Ok, just jumping in on my own question: I now have some working code though I'm not entirely clear why!

    By using a sample application provided in this thread (https://devzone.nordicsemi.com/f/nordic-q-a/21113/running-basic-tutorial-on-custom-breakout-board), programming both their Softdevice and application my board now advertises. I then used Segger Embedded Studio to debug a different application which (according to the log) overwrote the SoftDevice but despite this the application still runs.

    It's not clear to me why programming a SD designed to work with the internal RC oscillator worked, but continued to do so after writing a new SD which I don't believe is set up to use this same oscillator.

    Either way, for the moment (until I learn more about configuring the SoftDevice) the issue is solved. Thanks to all for the help (although tips on configuring the SD still welcome!)

Children
Related