Hello,
I am trying to realize a simple udp connection between my cc3000 and my laptop. I neared now the problem to the wlan.c file. Every time I transmit data from my laptop to the module the code stuck in the if (tSLInformation.usEventOrDataReceived != 0) from the event_handler.c file. This variable is never set to 1 by the void SpiReceiveHandler(void *pvBuffer) function fom wlan.c after transmitting the data. On the other hand, I can send Data without any problems to my laptop…
I am using my oscilloscope also and it clearly shows that the /SPI_IRQ Pin is after sending the data permanently low. My Firmware is the V1.14 and I am using the CC3000 with the MSP430-EXP4618/F2013.
Does anyone know why this is happening?
Regards