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.

C2000WARE: value of #define

Part Number: C2000WARE

Hi,

There are a lot of #define in the code, when i want to get the value, I always go back to the very first defined symbol and calculate back one by one, is there a way to find the value of the define easier?

Thanks! 

  • Hi, 

    Do you want to figure out the value while running the code or during code development?

    If while running the code, you can add it as an expression in CCS and check the value.

    During code development, the approach that you use is the only one available.

    Best Regards

    Siddharth