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

Mbed OS not work on nRF52840-DK

I received  nRF52840-DK from Mouser :
Sales Order No:
Web Order No:
Order Date:
242789421
14270760
29-May-18
I started to use it and some problems exist:
 
1. I placed power selector to "USB" and connected USB cable but board is not powered.
It's work only when I select "external power source" and  connected USB cable. I don't know what need select when I connect  "external power source" or "lithium battery"
 
2. I got it for use with Mbed OS.  I used online compiler with simplest "mbed-os-example-blinky"
After success compilation I placed bin file to JLINK drive but after reboot led is not blinked :(
and see that it's not same board I received.
Please help to make it work.
Parents Reply
  • Hello,

    mbed is not driven by Nordic, so you have to ask mbed to add the nRF52840_DK to https://os.mbed.com/platforms/ 

     

    As for the first question:

    Which usb port on the DK do you use?

    You should use the one on the left in the upper picture in this link.

    The switches should be in position VDD and DEFAULT.

    So if you want to program the nRF52840 DK, you should use the USB connector with the red circle around, SW9 - nRF power source: VDD and SW6: DEFAULT.

     

    I am not familiar with mbed, but if the nRF52840 is not yet supported there, you can check out our SDK, which contains a lot of examples you can play around with. Segger Embedded Studio (Segger's IDE platform) is also supported, which is free of charge to use, with no limitations.

     

    Best regards,

    Edvin

Children
Related