Part Number: CC2640R2F
Other Parts Discussed in Thread: BLE-STACK
I was trying to implement custom logic on top of the Simple_peripheral blestack example. I needed a somewhat large SRAM staging area. The `Memory Allocation' view in CCS shows over 6kbytes left but either allocating an array on stack or using ICall_malloc(), I can get only about 2kbytes reliably. I need over 4kbytes. I'd like to ask, from experience, what is a reasonable amount of free SRAM that I can expect in Simple-peripheral case? And if I do need 4kbytes array, is there a way to get it?
