Other Parts Discussed in Thread: CC3220S, UNIFLASH
I have been playing around with the "subscribe_publish_sample_CC3220S_LAUNCHXL_tirtos_gcc" example from the AWS IOT SDK example and I am fairly confident this code does not work.
I keep getting the following error:
/** A Generic write error based on the platform used */
NETWORK_SSL_WRITE_ERROR = -7,
Clearly there is a problem with the TLS connection, I have verified that my certificates, url, port and all other settings work using another program: MQTT-SPY
Using MQTT-SPY I have verified everything is set-up correctly in AWS and I am using all the correct values in code.
I have also tried uploading cert files directly using Uniflash, because I was worried maybe it was not flashing correctly in the program, but that is not the problem.
I have also searched the forums and have seen others have problems with no resolution, any help would be much appreciated.
Thanks,
Adam