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

S140-SD-v6 Stack 6.1

Hello everybody,

I have integrated the new S140-SD-v6 Stack 6.10 into the github.com/.../nrf52-ble-app-uart-long-range Example.

It  built and compiled without any errors, but the following error message occurs when programming the board.

The compiler settings are only adapted in case of the loading file.

Many Thanks 

Parents
  • What are your current FLASH_START & FLASH_SIZE settings? You can find this in the linker section of your project options. Most likely you will need to increase the FLASH_START value a bit. If you take a look at the softdevice v6.1.0 release notes (see Softdevice Properties section), you can see that the softdevice requires minimum 0x26000 bytes of Flash. To double check how much flash the softdevice really uses, you can program the softdevice via the nrf connect for desktop programmer app & read the flash from there. See the picture below for an example:

Reply
  • What are your current FLASH_START & FLASH_SIZE settings? You can find this in the linker section of your project options. Most likely you will need to increase the FLASH_START value a bit. If you take a look at the softdevice v6.1.0 release notes (see Softdevice Properties section), you can see that the softdevice requires minimum 0x26000 bytes of Flash. To double check how much flash the softdevice really uses, you can program the softdevice via the nrf connect for desktop programmer app & read the flash from there. See the picture below for an example:

Children
Related