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: CC3200

Part Number: CC3200

Tool/software: Code Composer Studio

I am trying to download a file to the file system from a server, and am using the example project "file_download". I am able to compile and program a CC3200 Launchpad. however when I run the code, it seems to lock up after "Start downloading the file" is printed. I tracked down the string, and put some debug comments in the code, and figured out that the problem seems to arise after the GetData() function is called. I added debug code to print out after each step in the function, and have found that it locks up here:

HTTPCli_setResponseFields(cli, ids);

Thank you in advance!