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/CC3200MOD: CC3200MOD

Part Number: CC3200MOD
Other Parts Discussed in Thread: UNIFLASH, CC3200

Tool/software: Code Composer Studio

Hi,

I am using cc3200mod with my custom board and debugging it with the help of CC3200Launchpad. 

I am working on HTTP client demo project in CCS.  Now I need to flash my code in cc3200mod. Can you please help me how to flash the code in flash memory of cc3200mod? Do I need to program the .bin file of HTTP client demo using Uniflash in cc3200mod? Also, Do I need to flash any other file for my code to work with cc3200mod? For example: simplelink, driverlib, ti-rtos config.

Thanks and regards,

Nikhil

  • Hi Nikhil,

    Please refer to this Uniflash guide for details on programming the CC3200.

  • Hi Austin,

    Using Uniflash , I formatted the cc3200mod using launchpad and then programmed the service pack. When I tried to flash http client demo .bin file from my workspace , I got this  error. 

    [11:20:01] Begin Launching session operation.
    [11:20:02] ERROR >> Cannot read System Setup data from XML file C:\Users\User\WORKSP~2\HTTP_C~1\Release\HTTP_C~1.BIN
    Error parsing file:
    Fatal Error at (1, 1): An exception occurred! Type:UTFDataFormatException, Message:invalid byte 2 (æ) of a 2-byte sequence.
    [11:20:02] com.ti.debug.engine.IApplication$InitializationException: Cannot read System Setup data from XML file C:\Users\User\WORKSP~2\HTTP_C~1\Release\HTTP_C~1.BIN
    Error parsing file:
    Fatal Error at (1, 1): An exception occurred! Type:UTFDataFormatException, Message:invalid byte 2 (æ) of a 2-byte sequence.
    [11:20:02] Operation Launching session returned.
    [11:20:02] Loaded target configuration from: C:\Users\User\workspace_v6_1\http_client_demo\Release\http_client_demo.bin

    Can you please tell me why I am getting this error? 

  • Hi,
    Can anyone please tell me why this is happening? I can still flash this file in my cc3200mod but I don't think it will work with that.

    Regards,
    Nikhil
  • Hi Nikhil,

    I'm getting some conflicting information from your last two posts. I'm not sure what you mean by, "I can still flash this file in my cc3200mod but I don't think it will work with that." Please elaborate.

    I'd also like to know whether the program successfully runs when the application .bin is flashed with Uniflash and not with CCS.

    As far as a fix goes, have you see the advice in this post to delete CCS and reinstall? This resolved a similar issue for another community member.

    e2e.ti.com/.../219762
  • Hi Austin,
    I am glad you replied to my question, but now that issue has been resolved.

    Thanks and regards,

    Nikhil