Hi,
SDK: 14.2 Software device:332(5.0.0)
I want to use a bootloader to update my APP image. So I use DFU example and change some setting as below
- /components/softdevice/s132/headers/nrf52
- /components/softdevice/s132/headers
- Defined symbols is S132
has been changed to:
- /components/softdevice/s332/headers/nrf52
- /components/softdevice/s332/headers
- Defined symbols is S332
in the IAR
When I build All. I got a error as below
Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated minimum size of 0x9ac3 bytes (max align 0x10) in <[0x7'8000-0x7'dfff]> (total uncommitted space 0x5e00).


I think that it is a flash area setting error. But I think this should not need to change
please give me a suggestion.
========================= Update ==================================
If I change flash setting as below, I can build successfully.

But I have another issue. if I burn this bootloader image to PCA14000 board with softdevice by nRFgo. (no application image)
I can't saw dfu advertising on my nrf connect.
But I run debug mode by IAR as below. after press run button, I can saw dfu adverting on my nrf connect.

Why?????
Thank you
John.