Part Number: LAUNCHXL-F28377S
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I try to search a word in a file according to the help but it doesn't work. And I inquire forum support.
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.
Could you try the following:
In the File Search tab, put the text to search for in the "Containing Text" field and * for "File name patterns".
Alternately you could try the C/C++ Search tab to search for the string.
Let us know if either of these methods help.
It appears that you are working with the Example_F28377SLaunchPad example from C2000Ware.
With that same example and source file, this is the result of the File Search on my Windows CCS v9.0.1, so it is working as expected.
Note that the "File name patterns" field should contain * and not the search text (as was shown in your screenshot).
Which OS and exact version of CCS are you using?