Tool/software: Code Composer Studio
Hi,
I have been trying to implement the TFTP Client Demo as given in the CC3200SDK, I changed the settings as stated in http://processors.wiki.ti.com/index.php/CC3200_TFTP_Client_Application , but I get these two Errors:
1) "Error [-2] at line [203] in function [TFTPTask]"
when TFTP server is hosted using TFTPD64 (connection over internet between CC3200 and Computer)
2) "Error [-2] at line [203] in function [TFTPTask]"
when TFTP server is hosted using tftpd-hpa on Ubuntu Server 16.04 hosted on AWS (connection over internet between CC3200 and Cloud)
can anyone help me to implement it in both the scenarios