Skip to main content
jugal
Associate II
September 29, 2020
Solved

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

  • September 29, 2020
  • 1 reply
  • 1151 views

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.

This topic has been closed for replies.
Best answer by Pavel A.

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

1 reply

Pavel A.
Pavel A.Best answer
Super User
September 29, 2020

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