Part Number:CC2640
Tool/software:TI-RTOS
Hello,
Is the HeapBuf task safe API?
In the following document, HeapMem is mutex and protect, and HeapBuf is non-blocking.
www.ti.com/.../spruex3t.pdf
However, in the following thread seems that these APIs are task safe.
e2e.ti.com/.../265793
Which is correct?
My customer wants to realize the following procedure.
-To allocate the heap memory on the GAP event (which is call backed from BLE Stack) dynamically.
-To store the scanned data into above heap memory.
-And then, to transfer the data to another task.
Best Regards,
Nomo