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 Host Driver

I have a problem with host-driver for the CC3000 module. I ported the host-driver (version of the host-driver by 3 august 2012) for the CC3000 module on the microcontroller LPC1758 and i have a question about the work of this host-driver. When the high-level function call working with sockets is repeated, the function hci_event_handler() (which expects changing the value of the variable tSLInformation.usEventOrDataReceived from 0 to 1) goes in cycles after a while. Why could this happen?