Hi,
Recently, I was trying to established an application based on ble_app_hrs with PCA10028.
The MCU I used is nRF51822_xxac (256KB), S130 for softdevice and the SDK is 12.3.
The original target memory setting is:
IROM1 start 0x0 size 0x40000
IRAM1 start 0x20000000 size 0x8000
Before I add my program in the project the Program Size: Code=29680 RO-data=460 RW-data=444 ZI-data=4932. -> Flash Successfully.
After I programmed my code, the size become like this: Code=42980 RO-data=1804 RW-data=940 ZI-data=7700 -> It will show as below picture
This hex file has data in SoftDevice region.
Thus, I would like to find someone to guide me how to modified the setting to meet my requirement.
Thanks.