Other Parts Discussed in Thread: BLE-STACK, CC2640
Hi,
I'm using the CC2640R2F and BLE4.2 stack of CC2640R2_SDK_v1.35 to perform BLE peripheral role for my project. i have modified the simple_peripheral example for developing the project. The project has on-chip OAD functionality and customized algorithms(which are not using dynamic memory allocations) to carry out. I have kept the value of HEAPMGR_SIZE=0 to allocate whatever memory unused for the heap.
But still, could you please let me know what should be the optimum heap size to be kept so that the peripheral role can be performed without any hiccups? i wanted to know how much my .bss and .data sections can grow without effecting the BLE operations.
Thank you.