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

custom memory layout

Hi, there~

I'm trying to make my own bootloader and starting with the secure bootloader sample code.

The problem is the orignal bootloader, that is compiled with secure bottloader sample code, almost reach the maximun size.

As I know, the size of bootloader in flash memory layout is 24k, and the orignal bootloader is more than 23k.

So I want to make more space for the bootloader.

The question is:

1. How to customize the memory layout in order to get more space for bootloader?

2. Is there any document about memory layout for softdevice s340?

my development environment is:

OS: windows 10

IDE: SES

SDK: nRF5_SDK_15.3.0_59ac345

SD: s140_6.1.1

Board: nRF52840 DK

Thanks~~

Related