Hi,
I have just put that for testing purpose and removed it now. still its not working..
Another important questions i have here are
1. what is the functionality of function spiResumeSpi() and SPIPauseSpi(). Is it mandatory to use for other non ti micro?
2. after successfull tcp socket creation, i am able to connect at first time to host app and if restart the firmware its not working for second time. So every time i need to restart the host app before starting the wifi firmware.
3. i could not continuously send the data on TCP socket. It gets hang after sometime. So please tell me either i am correct or wrong. Before sending each pocket(my datat size is 1024) i am checking the free buffer size by reading if(tSLInformation.usNumberOfFreeBuffers >0) {send(tcpdata);}
Please answer the above mentiones questions.
Mukunthan Kandasamy