Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52832 adafruit feather - flash error (ESB low-power example)

Hello.
I 've got such problem with flashing some of the ESB protocol examples of NRF5 SDK.
I use Adafruit Feather NRF52832 board with ST-LINK V2 debugger.
https://www.adafruit.com/product/3406
I work in Keil 5 IDE.

When Ii try to load some of BLE examples (Periph Blinky, etc.), everything is ok. First I flash the Sortdevice and than directly an example.
App works no problem.

But when I try to flash ESB examples (like ESB low power prx) I've got such error.

I use default flash algorithm in debug settings.
But once when I change smth I got it flashing, but than I again try to flash SoftDevice and BLE and after that again can't flash ESB...


Any ideas what am I doing wrong?

All my best.
Ivan.

Parents Reply
  • So, finally I got it work properly with ST-LINK without any problem.

    I add a 'softdevice erase flash' algo in a separate target with 'erase full chip' option, no program. And left only 'nrf52_xx' flash algo in default target with program option and no erase. 

    First, you erase full chip with first target, than you program it with second. Thats all.

    : )

Children
Related