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

Error: This hex file has a data in softdevice region

Hi 

I'm facing problem while programming my custom nrf52832 board (It might be issue with flash/ROM setting) its saying this hex file has a data in softdevice region . I'm using SDK_14.2.0 with SES and trying to upload blinky example with SoftDevice132.

Here is my SES  setting

FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x10000
FLASH_START=0x23000
FLASH_SIZE=0x5d000
RAM_START=0x20002180
RAM_SIZE=0xde80

Error:

Error

IC:

nrf_IC

Normal example is working file but with softdevice I'm having this issue.  Please try to help me out. 

Parents Reply Children
Related