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
Parents Reply
  • Can you connect the swd debugger to it and debug to see if the main has started? If application does not start, then we need to see if you have overwritten the bootloader with usb support needed on the dongle, if your application starts and you have issues with the esb specific communication, then if would help if know if there are any errors on it. Are you running the example out of the box? I mean no changes to the sources apart from those Makefile and linker file changes? Which example are you running exactly? ptx or prx?

Children
No Data
Related