Hello,
Environment: Keil v5.14.0.0, RAM 16kB, Flash 256kB
-
SoftDevice s110 v8.0
-
bootloader
IROM1: Start: 0x3C000 Size: 0x3C00
IRAM1: Start: 0x20002C00 Size: 0x1380
IRAM2: Start: 0x20003F80 Size: 0x80 (check NoInit for IRAM2)
-
Application
IROM1: Start: 0x18000 Size: 0x28000
IRAM1: Start: 0x20002000 Size: 0x2000
I'm using "nrfutil.exe" to merge all of these files (SoftDevice, Bootloader and Application) to "sd_blr_app.hex". After flashed "sd_blr_app.hex" by "nrfutil.exe", only can find the dfu device on the master control panel. It seems the application didn't work.
But, when I just merge "SoftDevice and Application", the application worked.
Do I set the wrong RAM size or miss something?
Thanks.