Hi Forum,
Since the BLE stack takes up about 95k of space and using the OAD feature roughly halves the amount of code memory available, I was wondering if anybody has experimented with modifying the linker files to put the BLE stack in a known segment of code memory and sharing it between two application images (referred to as IMGA and IMGB in TI's examples).
In my application I can eke out enough code space by making IMGA and IMGB unequal sizes - roughly 100k for IMGA and 150k for IMGB. It just seems like a waste to have 95k of redundant code.
So - has anybody shared a BLE stack between multiple images?
Best
~James