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

Problem flashing example ble peripheral programs

Hi I am new to Nordic development and set up all the tools required for compiling and flashing program to nrf52840 0n ubuntu. I downloaded nrfjprog and jlink segger and put it in the required path: /OPT/.

I am not able to flash any programs to nrf device using make flash command. If I do drag and drop it works for most of the examples.

But If I do drag and drop for Ble peripheral, any example code doesn't work. I first drag and drop hex code for soft device S140, and then program it with required hex code.

Note: I program the device with hex code generated after compiling an example code without changing it, The hex codes provided in dev kit work properly

Related