How to search file location for a particular function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-08 12:55 PM
In STM32Cube, how do you word search for a particular function among dozens of HAL, middleware source files? How to find MX_APPE_Process(); as appear in main() in main.c TIA
Solved! Go to Solution.
- Labels:
-
STM32WL series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-09 01:44 AM - edited ‎2024-04-09 01:48 AM
Also available on the right-click pop-up menu:
See also:
EDIT
And, of course, there is the 'Search' menu:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-08 02:36 PM
Any kind of find-in-files or right click context option?
Outside, perhaps grep or a decent file manager?
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
‎2024-04-08 05:24 PM
Place cursor on the function of interest and press F3 on keyboard which should select/open the file and jump to the function within it.
If you find my solution useful, please click the Accept as Solution so others see the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-09 01:44 AM - edited ‎2024-04-09 01:48 AM
Also available on the right-click pop-up menu:
See also:
EDIT
And, of course, there is the 'Search' menu: