Solved
How can I know where a function is being used in STM32CubeIDE?
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?
