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

nrf51822 SD130 dfu bootloader addressing issue

Hey, I am using nrf51822  nRF5_SDK_12.3.0_d7731ad SDK and using Segger embedded studio. In the application code  my memory segments is this.  Now I want to do firmware update using DFU. What should I keep my memory segments for proper bootloader working?

Parents Reply Children
  • Hi,

    What option did you choose for how to program the SD and the bootloader (nrfjprog, IDE, nRFGo Studio, etc), what steps did you perform for the programming, and what was the result? Any success messages, error messages, etc?

    After programming the flash, both SD and bootloader, can you try resetting the board and see if it enters bootloader mode then?

    What is the behavior of the board, does any LEDs blink? Does it advertise using a different name than DFU Targ?

    What device and application are you using for scanning, are you using nRF Connect for desktop, or any of the iOS or Android apps (which one)?

    Regards,
    Terje

  • I use nrfgo studio for programming. First of all I press button erase all then I flash SD s130_nrf51_2.0.1_softdevice.hex  after flashing softdevice I flashed Bootloader and I can't see BLE advertising in my nRF connect android application . By the way I tried with every combination of reset switch but nothing happens. No LEDs blink on the board. And it doesn't advertise.

  • Hi,

    Have you tried a non-BLE example on the board, such as the Blinky Example, and does that one work as expected?

    Have you tried a BLE example on the board, such as the Heart Rate Application, and does that one work as expected?

    Those examples are easier to work with, so if they don't work either then they are better for figuring out what is the issue.

    Regards,
    Terje

Related