Hello!
I made 2 devices operating in the Transceiver mode (I used the example transceiver_mode). STM32+CC3100.
Please answer the 4 questions:
1 - Why between end function sl_Send() (first device) and the interruption (pin IRQ) in the function sl_Recv() (second device) 4,5 ms more. Can I somehow reduce?
2 - Can I replace the function sl_Recv() to read whether there is data in the receive buffer (Flag of reciption)?
3 - Why, if I put the time timeval.tv_usec = 10000, the function sl_Recv() keeps 300us? (Sometimes it is 10ms or 20ms). How do I get always been 300us or less?
4 - Can I add data encryption to this mode? What? How?