Hello,
I am running 1\nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble\ses example of SDK 17.1.0. without changes in the code. The bootloader seems that work without problems, but the application doesn´t run. I think that is a problem with the map of memory, I have the bootloadder:
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x10000
FLASH_START=0x69000
FLASH_SIZE=0x5a000
RAM_START=0x20005968
RAM_SIZE=0xa698
And the application:
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x10000
FLASH_START=0x6a000
FLASH_SIZE=0x5a000
RAM_START=0x20005968
RAM_SIZE=0xa698
Has anyone an idea, how to solve this problem?
Thank,
Paula.