cancel
Showing results for 
Search instead for 
Did you mean: 

How can I know where a function is being used in STM32CubeIDE?

KKIM.6
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

Right click on the identifier -> References ->Project (or workspace)

View solution in original post

3 REPLIES 3
Pavel A.
Evangelist III

Right click on the identifier -> References ->Project (or workspace)

>>STM32 has so many files. So, I cannot search for each of them.

Get a better File Manger

Get some better Static Analysis Tools

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

It is working! Thanks!