Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 2 months ago.
How much does mbed-os support NRF52840-DK as target board?
I am trying to compile "kionix-kx123-hello" example with NRF52840 as a target board and I get the following error: "Error: Target "NRF52840_DK" is not recognized" Kindly help me to understand the mbed-os support for the specified Nordic boards NRF52840.
1 Answer
6 years, 2 months ago.
Hi Venkatesh,
Please make sure you have updated the mbed-os library to the latest version. If are using the online compiler, right-click on mbed-os and select "Update...". If you are using the Mbed CLI run the following commands from your Mbed project directory:
cd mbed-os mbed update latest
Then you should be able to compile for the nrf52840_dk board.
Please let me know if you have any questions!
- Jenny, team Mbed
If this solved your question, please make sure to click the "Thanks" link below!