how to flash ESB examples on nRF52840 usb dongle

I am trying to flash the Enhanced ShockBurst (ESB) example on an nRF52840 USB Dongle (PCA10059). Since the ESB example is originally designed for the PCA10056 (nRF52840 DK), I have modified the Makefile and memory configuration accordingly.

Modifications Made:

  1. Changed the board name in the Makefile to PCA10059.
  2. Updated the RAM and FLASH configuration
Related