Hi,
I've been playing with the cc3200 websock_camera demo, and I wanted to change the SSID but am unable to work out how to. I found this post:
https://e2e.ti.com/support/wireless_connectivity/f/968/t/377130
However, copying and pasting the code into my project just generates a fault ISR- I guess because its inside an RTOS (freertos). I figured it would be a case of moving this code to somewhere within the simplelink task, but I am going in circles without any kind of success.
I have tried trying to find where simplelink task calls sl_WlanSet but apparently this never happens, so the SSID and other parameters are set magically?
I have tried editing common.h, but this has no effect.
I have tried using the OOB demo, and can change the SSID etc through the web interface, and restarting with J15 removed changes the SSID etc as expected. I have attempted to find how the OOB demo achieves this, but it again seems magical.
Any pointers of where to look would be greatly appreciate, I have been attempting this for longer than I would like to admit, now completely confused and wishing there would be some proper documentation somewhere!!!