This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3000 Data Receive Problem

Hi, I Working on CC3000 WiFi module. My Wifi_Read & Write Functions are Working fine.

But I want to use WiFi_Read function in side timer ISR. If I use the WiFi_Read function inside the timer ISR, Blocking the code inside the "hci_event_handle" function. If I use same Wifi_Read function inside the task it is blocking up to data receive. But it is working. If I use the WiFi_Read inside the timer it is not coming out.  Because of while(1) Inside the hci_event_handle  function it is blocking. Please anyone share me the non blocking code of the wifi_read and write functions. If possible please share the entire non blocking cc3000 library.

 

 

Thanks,

KC