Hi
I added some code to get the PA/LNA driver enabled in the DFU bootloader on my board accordig to this post:
https://devzone.nordicsemi.com/f/nordic-q-a/50687/pa-lna-in-bootloader
Now I added some IO and ADC function which I need and the size in Segger Embedded Studio was too big.
So I changed the memory size of the bootloader. Increasing te size was not working. So I changed the start-address to the increased size, is this the correct way?
old values:
FLASH_START = 0xF8000
FLAH_SIZE = 0x6000

The compiler is ok, please check.