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.

is ccs have option to simulate the code ??

If I want to simulate some code without any emulator or debuger. Is it possible in CCS. 

Like If I want to make a blank project and just write some code and variable and want to see the value of some variable , can I do it??

If I am using IQMath libs and want to see the out put like

Var1= _IQ12(1.1)

Var2= _IQ5(1.1)

Like this..Can I do this ...

Ashutosh Bhatt

  • Hi Ashutosh,

    ashutosh bhatt said:
    If I want to simulate some code without any emulator or debuger. Is it possible in CCS. 

    Currently there are no simulators available for C2000 from TI. Also, CCS v6 does not support simulators.

    ashutosh bhatt said:
    Like If I want to make a blank project and just write some code and variable and want to see the value of some variable , can I do it??

    Refer sample codes (like led_blinking) for atleast including the headers you require.

    Regards,

    Gautam