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/CCSTUDIO: How to add probe points in ccs7

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

I am using c2000 piccolo launchad . I have written algorithm for processing some data . that data is received from sci port . but for testing algorithm , I want to use PROBE POINT feature of CCS . I am new to ccs environment , plz help me , How to use probe points in CCS 7, 

  • Hello,
    It sounds like you are an experienced CCSv3.3 user or you are following some documentation written for CCSv3.3, because the "probe point" terminology has not been used since then. In CCSv4 and higher, you simply use a breakpoint (for more documentation on breakpoints, see the CCS Help topic on "Breakpoints View"). The breakpoint can be configured to read/write data to/from a file. This action is the same as a "probe point" in CCSv3 and earlier.

    Hope this helps!
    ki
  • Thank you for your reply . it helps me a lot.