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.

CCS/CC3200: Need full details on how to implement TFTP on CC3200

Part Number: CC3200

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