Hi,
I am using SDK 11 and S130 for my ble application. S130 acquires 108k of flash memory. How can I reduce it to less than 100k or should i use S110 since it uses just 96k of memory.
Hi,
I am using SDK 11 and S130 for my ble application. S130 acquires 108k of flash memory. How can I reduce it to less than 100k or should i use S110 since it uses just 96k of memory.
The flash size for S130 is fixed.
Depends on what you want to do with your device. If you want to use full capabilities of the ble stack, then you have to use S130. Otherwise you can use S110. Example, if you want your device to act as a central, you have to use S130. If you don't need that and your device will only act as a peripheral, you can use S110.
Then should i use SDK 10 instead of SDK 11?
SDK 11 (and future SDK releases) doesn't support S110, so I would recommend using SDK 10 with S110.