Tool/software: TI-RTOS
Hello,
I've built the internet connection of my application around the TCP example, using the function socketStartUp(). However, I have never understood what this really does. I've read the SimpleLink documentation swru368a and the TI-RTOS user manual and I don't understand what is the purpose of WiFi_open() if you must call sl_start() afterwards, as is done in said example. Moreover, the user manual states that after doing WiFi_open() one should be able to open a socket.
Could you please clarify this?
Thanks in advance