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

JLink Firmware for nrf52840DK Shows Board as nrf52DK

I am currently developing on the nrf52840DK (Rev 1.1.1) using the mbed os.

To debug on the board using OpenOCD it is necessary to flash the JLink firmware for the board. This leads to a problem with mbed os, as the board is now shown as "NRF52_DK" when calling "mbed detect". Resulting in the problem, that some code cannot be properly compiled by mbed os, as the nrf52840DK has some additional flags for features that are not available on the nrf52DK, such as the complete CryptoCell 310 support.

Best regards

Related