Other Parts Discussed in Thread: BLE-STACK
I had an application built using the SimpleBLEBroadcaster as a base - and it took around 40K of flash.
I needed to add Over-the-Air Download (OAD) support, so I rebuilt it using SimpleBLEPeripheral. Now my code size has jumped up to over 100K!
Can anyone suggest ways to get this code size back down to a small-ish size?
I have a need to add a large static buffer (currently 30-40K - but maybe even larger). However, since OAD splits the chip's 256K flash in two, I need to get my code size down to 70 or 80K in order to do that.
Thoughts?