[STM32CubeIDE] Is there a way to get a drop down box for bit names like in KEIL uVision? (SEE IMAGE)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-29 1:16 PM
Is there a way to get this in STM32CubeIDE , specifically for names of the bits? There is a similar drop-down in CubeIDE but it only shows up when typing the name of a register.
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
‎2020-09-29 2:04 PM
In Eclipse, for auto-completion press ctrl/space.
Note that .h files where the register bits are defined can be quite large, and Eclipse has a size limit for indexing large files.
You can change this limit in Window -> Preferences.
-- pa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-09-29 2:04 PM
In Eclipse, for auto-completion press ctrl/space.
Note that .h files where the register bits are defined can be quite large, and Eclipse has a size limit for indexing large files.
You can change this limit in Window -> Preferences.
-- pa
