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

NRFGO flash bootloader + softdevice + project

Hello

I am in a process of pre-manufacturing for NRF52832 and have a fully working application containing 

softdevice: s132_nrf52_6.1.0

secure ble bootloader

application 

my settings are: 

project: 

FLASH_PH_START=0x0

FLASH_PH_SIZE=0x80000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x10000

FLASH_START=0x26000

FLASH_SIZE=0x52000

RAM_START=0x200036A8

RAM_SIZE=0xC958

bootloader: 

FLASH_PH_START=0x0

FLASH_PH_SIZE=0x80000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x10000

FLASH_START=0x78000

FLASH_SIZE=0x6000

RAM_START=0x200068d0

RAM_SIZE=0x9500

when I am flashing device via segger embedded studio, project works.

however I cannot flash device using NRFGO (needed for manufacturing)

please advice, I suspect it's related to my liker settings 

Related