Other Parts Discussed in Thread: UNIFLASH
Am I able to update the cc3220 if I only use it in AP mode? http://www.ti.com/lit/an/swra510/swra510.pdf
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Am I able to update the cc3220 if I only use it in AP mode? http://www.ti.com/lit/an/swra510/swra510.pdf
I'm already using the http server as the primary interface. So I suppose I just need to include the local OTA source pieces to my project and put provisions in my webpage to upload a file to trigger the update? Although it appears that I must use the https for the OTA update?
OK, So it appears that it also sets up a secure socket, 5432, for the update progress. I'm guessing I can just set that socket up to be unsecured in the otaReportServerTask(void *pvParameter) and forgo ConfigureHttpServer() so it leaves the primary http port as unsecured. Does this sound correct to you?
It also appears, I haven't tried yet, that if I can configure the device to AP mode instead of station and then bypass the StartConnection, it should kick off the appropriate events in the state machine to allow a local OTA update when the OTAPutCallback is called.
Thanks