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

Program SoftDevice

I am using the link below

https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/getting_started_softdevice.html#getting_started_sd

with 3 options for programming the softdevice.  I do not have Keil or GCC software, I do have nRFgo Studio.  I have my board connected via J-Link (have programmed several of the examples but now BLE states to program the softdevice with link above).

I can press recover and the Log shows "Recover completed"

I am stuck at step 3 from the link above :

  1. Open nRFgo Studio.
  2. In the Device Manager, select the nRF5 Development board that you are working with (identified by the SEGGER serial number).
  3. Select the Program SoftDevice tab.
  4. Click Browse and navigate to the SoftDevice file that you want to use.
  5. Click Program.

I have loaded BLE examples to the development boards successfully so figured I didnt need to program the softdevice but plugged in the USB to see what it would look like:

and end  up in the same situation.

Is there a way to do it with J-link command or even Segger studio?

I have located s140_nrf52_6.1.1_softdevice.hex

in C:\Users\E729128\Documents\MCM\Nordic Development Kit\nRF5 SKD v15.3.0 Developing Environment\nRF5_SDK_15.3.0_59ac345\components\softdevice\s140\hex 

but it doesnt seem to help me much.

Parents
  • Using J-Flash, Project settings, In the General tab I selected USB Device 0, Target Interface SWD and 4000kHz, MCU Device: nRF52840, 

    Then I did File Open Data File, opened the hex file, then target connect, target manual programming erase, target production programming, it was programmed and verified successful. So I downloaded blinky to it again but same problem where LED 2 on the central never turns on.

Reply
  • Using J-Flash, Project settings, In the General tab I selected USB Device 0, Target Interface SWD and 4000kHz, MCU Device: nRF52840, 

    Then I did File Open Data File, opened the hex file, then target connect, target manual programming erase, target production programming, it was programmed and verified successful. So I downloaded blinky to it again but same problem where LED 2 on the central never turns on.

Children
No Data
Related