Hi,
I've been playing around with simple_link_recv from CC3000 Host Driver API. It says in the doxygen documentation that this should be a non-blocking function if you pass it the non-blocking flag (which I think is SOCKOPT_RECV_NONBLOCK). However, it seems to block anyway.
Is there a way to make simple_link_recv non-blocking?
Also, if my controller is blocking, can I send data over the same socket from an interrupt subroutine?
I would appreciate any help on the subject.