2020-09-29 01: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.
2020-09-29 02: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
2020-09-29 02: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