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/TMS320F28379D: real-time emulation

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Hi,
can someone help me!
how to run an example in real-time mode?
without exit from debug mode, change variable in ccs and monitor that's effect.

thanks

  • I would recommend taking a look at the C2000 Workshop at this link. It has a chapter on Real-time mode and a hands-on lab that goes with it that explains the real-time debug features. It is written for CCSv6 but applies to CCSv7 as well. Please have a look at it and let us know if you have further questions.

  • Hi AartiG,
    I look that link.there explained about real-time but didn't solve my problem.
    my question is: can change a variable in source cod window an see effect without terminating and re-build??

    thanks

  • hossein khaligh said:
    can change a variable in source cod window an see effect without terminating and re-build??

    You should be able to do that. Add the global variable to the expressions view, enable real-time mode in CCS (as shown in the training workshop) and the continuous refresh button in the expressions view (so you can see its value change). Then you should be able to change the variable in the expressions view at runtime and have it take effect.