This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is it possible to use BLE Stack for both images?

Other Parts Discussed in Thread: CC2541

Hi, original TI OAD provides separation of memory into two parts (plus BIM), so in CC2541 chip it will be 128k of memory, there 124k bytes are for BLE Stack(Libs, OSAL, HAL, etc) and only around 4k remains for user application, and it's quite low value. Stack includes in both images by default, so inside the chip you'll get 2 exactly the same parts of memory (ti stack), but what if is it possible to use only one part? I mean to load stack one time during first chip programming like BIM and after that just update application part through OAD?

I thought about that and made a picture of memory partition, TI BLE Stack cannot be near BIM because it will be unreachable for ImageB, so I put it into middle, hope everything will be clear from my picture.


P.S. I read document about OAD and I didn't find much useful in that situation.