STM32CubeIDE is Eclipse-based
- Code completion: automatic completion of part, such as “.”,”->”,”::” will automatically complete, manual shortcut Alt+/;
- Quick access: Can’t find anything, etc., please don’t forget quick access.
- Add files: Set the compile path, etc. Don’t forget to put the file in your project file, right click refresh.
- Debugging: first practice is the use of debugging tools, debugging pause, put the mouse on the variable, you can display the current value of the variable;
- Code jump: of course you can press F3, you can also hold down Ctrl+ mouse point;
- Debug SWV: Use this to your advantage;