Other Parts Discussed in Thread: CC3300
Hi,
For reading data, I keep on calling "recv()" function, which calls for "simple_link_recv()".
This function sends HCI_CMND_RECV to CC3300 and waits for response.
So, In my application, I keep on calling recv() and if return value is more than 0, I process the data.
Is there any way where data available in socket will raise an interrupt or something and on getting that interrupt, I will call recv() function.
Or Is there any place from where I can put a semaphore/raise an event flag to indicate data is available in socket and application can call recv()