cancel
Showing results for 
Search instead for 
Did you mean: 

[STM32CubeIDE] Is there a way to get a drop down box for bit names like in KEIL uVision? (SEE IMAGE)

jugal
Associate III

0693W000004IAZmQAO.png

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

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

View solution in original post

1 REPLY 1
Pavel A.
Evangelist III

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