Hi,
I am using ti-rtos for simple link (cc3200 device). I am facing issue with malloc function. malloc is failed to allocate memory after certain requests.
After every request we are freeing the memory once utilization is done. We increased the heap size also but this also didn't work.
Could you suggest how to debug this issue?