Tool/software: Code Composer Studio
I have already tried to google but could find a simple answer
What is difference between Break point and probe point?in code composer studio
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.
Tool/software: Code Composer Studio
I have already tried to google but could find a simple answer
What is difference between Break point and probe point?in code composer studio
Hello
A "probe point" is a type of advanced breakpoint which will read or write data to/from a text file on the host. The "probe point" terminology was common in older CCS versions (CCSv3 and earlier) but is no longer used in more recent CCS versions. Now it is simply referred to as a breakpoint with an action of read/write data from/to a file.
Thanks
ki