How can I know where a function is being used in STM32CubeIDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-07 12:07 PM
When I analyze a code that another guy made, I want to track where a function is used.
I can see the definition of a function using open declaration but I cannot see where the function is used.
STM32 has so many files. So, I cannot search for each of them.
Could you explain the way to see where the function is used?
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-07 2:27 PM
Right click on the identifier -> References ->Project (or workspace)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-07 2:27 PM
Right click on the identifier -> References ->Project (or workspace)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-07 4:49 PM
>>STM32 has so many files. So, I cannot search for each of them.
Get a better File Manger
Get some better Static Analysis Tools
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-05-07 7:59 PM
It is working! Thanks!
