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/TM4C123GH6PM: Predefined Symbols on CCS Cloud

Part Number: TM4C123GH6PM


Tool/software: Code Composer Studio

I want to use the driverlib/rom.h but I need to define the target value <TERGET_IS_TM4C123_RB1>

On CCS desktop I know how to do, but I need to do it on CCS cloud.

Is there a work around? is it possible to do it on startup_ccs file?

  • Hi Rodrigo,
    As you noticed, CCS Cloud is pretty limited in regards to modifying the project properties. You can define it in your code. You can define it in a header file and include the header file where needed.

    Thanks
    ki