6 years, 5 months ago.

nRF52840 (PDK) support

Hello world!

When nRF52840 PDK is going to be supported? Any estimation? :-)

Some threads and GitHub PR states that device is already supported, then why it is not one the list of supported Targets on mbed website boards section or Online Compiler?

2 Answers

-deleted-
6 years, 4 months ago.

Hi Tomasz,

The Nordic team are working on the mbed OS HAL and BLE support for the nRF52840, but it's not ready yet. This is the reason why there's no board page on os.mbed.com.

Regarding nRF52840 DK and nRF52 DK, they aren't quite binary compatible, e.g.

  • nRF52 DK uses nRF52832 (64K RAM, 512K Flash)
  • nRF52840 DK uses nRF52840 (256K RAM, 1MB Flash), has minor differences in peripherals (additional UART), 15.4 and CryptoCell

Accepted Answer
6 years, 5 months ago.

nRF52840 should be binary compatible with nRF52_DK, so you can build for that.