Hi,
I'm using nRF5 SDK V11、s130_nrf51_2.0.0_softdevice. My application has added the DFU service . I download application,softdevice and bootloader to nRF51822 AC, the code can run well. How ever,when I download them to nRF51822 AA, the code cann't be run. I have modified the IRAM1 setting on the keil as follow:
IRAM1:0x20002000(start) 0x4000(size).
Because the flash size of AA and AC is the same, so I just modify the IRAM setting. Besides, the size of my application as follow(From the .map file):
Total RO Size (Code + RO Data) 50108 ( 48.93kB) Total RW Size (RW Data + ZI Data) 9800 ( 9.57kB) Total ROM Size (Code + RO Data + RW Data) 50200 ( 49.02kB) I guess the reason is the size of the AA is not enough. Could anyone give me some advice? Thanks.