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!