Changing STM32CubeIDE Settings
Last updated
Last updated
Goto Window -> Preferences
Goto C/C++ -> Formatter, click the Import button.
In the popup window, select the formatter config file
Then, in the Name Style tab, change the following fields:
Variable: Lower Case, "_" as delimiter
Class Field: Lower Case, "_" as delimiter
Click Apply and Close button
Right-click on any file that needs to be formatted. Select Source -> Format.
Goto Window -> Preferences -> General -> Appearance
Select Dark mode under Theme
At the bottom panel, click Open Console button -> 3 Command Shell Console.
Select "Serial Port", and click New button.
Select the correct COM port. Click Finish.
Change Encoding to "UTF-8". Click Ok.
Goto Project -> Properties
Goto C/C++ Build -> Settings -> MCU Settings, check the "Use float with printf from newlib-nano" setting.