STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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...

Hi, Has any one tried importing the 'voltage mode buck example project' as available for download here: www.biricha.com/ST-Discovery-Kit into the STMCube IDE?

The reason I ask is, the application note 'an5496-buck-voltage-mode-with-the-bg474edpow1-discovery-kit-stmicroelectronics' says the Buck_VoltageMode_SW.ioc is setup to be used with IAR workbench. However the same application note also mentions 'STM C...

vchilapu by Associate II
  • 282 Views
  • 0 replies
  • 0 kudos

How to use old HAL library in CubeIDE

Hi, I have a problem using stm32f722 uC with HAL 1.16.0 and 1.16.1I write a simple UART send project and test it with an oscilloscope (becouse it doesn't work with the target device) and discover that HAL_UART_Transmit is sending correct bytes while ...

Lgarb.1 by Associate II
  • 1268 Views
  • 9 replies
  • 0 kudos

Resolved! How does one observe peripheral registers with CubeIDE?

Remedial register view help needed.I need to see DMA and UART registers, not having much luck.ron239955_stm1 referred to the i/o registers window, how is this done?From Debug Perspective, Registers View, I see only General Registers.I notice that the...

Sking.21 by Associate III
  • 3446 Views
  • 3 replies
  • 0 kudos

Break-point issues on STM32G030F6P6

Hi,When I try to upload to my STM32G030F6P6 I get the following error and sometimes I get the "Command Aborted" message attached in the picture.I tried resetting my workspace too. But still I get this error. Erasing memory corresponding to segment 0:...

0693W00000GY7yjQAD.jpg
Sahiru by Associate II
  • 461 Views
  • 2 replies
  • 0 kudos

Why does sprintf not work with RTOS?

I'm trying to use this function:char str[80]; float val;   sprintf(str, "%f", val);But the task freezes.I've already added the -u _printf_float flag to work with the serial output, but it still doesn't work.If using another form of variable, %d, %u, ...

by Not applicable
  • 642 Views
  • 7 replies
  • 0 kudos