hello,
I've to use CC3000 with PIC32MX460F512L. I'm successfully ported CC3000 library. But I'm facing a problem like my application getting HANG in recv() function. Basically IRQ line stay at HIGH in idel state , and signals (High to Low) for HCI command processing. After sending data to server socket, when i'm trying to read, just after FD set, IRQ line stays "LOW" always and my application hangs.
This IRQ line stays low, not only in recv(), but sometimes while doing "DHCP, Reading Firmware Version, Connecting to Access Point". I got struct in recv() function and still not moved further to complete CC3000 with PIC32MX successfully.
Regard's
Amit