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/CC3220SF-LAUNCHXL: HELP! CC3220SF-LAUNCHXL compiling, programming, etc. with Cloud CCS

Part Number: CC3220SF-LAUNCHXL
Other Parts Discussed in Thread: CC3220SF, UNIFLASH

Tool/software: Code Composer Studio

How do I compile and program the Launch pad in the CCS cloud environment? Is this possible, or do I have to download, install, update and run everything on the PC? Is there any way to get a simple binary or script for this rather than me having to compile everything?

  • Hi Paul,

    I assume you have already imported a project into the cloud IDE using Resource Explorer. For those that aren't familiar, you can go to the CC32xx SDK in TI Resource Explorer here:
    dev.ti.com/.../node

    Then go to an example like the power_measurement example (Examples/Development Tools/CC3220SF LaunchPad/Demos/power_measurement. If you click on the project all the way down in the ti-rtos & CCS compiler folder, you will get an option in the top right of the screen to import into the cloud IDE.

    Once the project is in the IDE, you can right click and build. You can use the "Run" button to load the application to the internal flash on an SF or the RAM on the S device. This will work for running the application once, but it will not persist if you reset the board. For that, you need to program the external serial flash that the device boots from.

    You can not program the external serial flash with the cloud IDE though. You must download the UniFlash Image Creator tool locally in order to do this.

    If you go in the Debug folder of the project on the cloud IDE and right click on the ".bin" file that is generated, you can use this with the locally installed UniFlash tool to save some time.

    Best Regards,
    Ben M