STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

There are a large number of existing STM32 sample projects set up to work with EWARM, MDK-ARM and SW4STM32. Even though use the migration guide for importing projects into STM32CubeIDE most of the time these projects do not import properly.

Are there any instructions on how to import an existing STM example project into STM32CubeIDE such that is can be built and deployed. At the moment its a very frustrating process that wastes lots of time and energy.

Resolved! Why float X = 3300/2000 = 1?

I have a simple calculate#define VREF ((uint16_t) 3300)   float X = VREF / 2000;Why X result is 1? This happen with another calculate like xx00 / xx000Thanks

NNam.18 by Associate II
  • 395 Views
  • 4 replies
  • 0 kudos