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

Resolved! Nucleo-G431KB help with DMA GPIO Output

Hi there!I've just started working with STM32CubeIDE and after a bit of a vertical learning curve I'm slowly getting to grips with most aspects of it.I want to DMA to GPIO and there doesn't appear to be any way to do this through the .ioc GUI interfa...

etheory by Senior
  • 1656 Views
  • 24 replies
  • 0 kudos

Resolved! STM32CubeIde techniques ?

I want to know how to fold curly braces. There are too many codes in the interface, so i hope the brace can be folded.

Xli.1 by Associate
  • 494 Views
  • 2 replies
  • 0 kudos

When I set a pin as ADC with DMA and enable DMA Continuous Request on this pin, this pin has 1V on it. No matter if the pin is connected to something or not. Any idea why?

I am using STM32G071 Nucleo Board, but this is also the case when I only use the uC IC and not Nucleo Board.I am using CubeIDE and HAL programming.Below is the link to the Nucleo board:https://www.st.com/content/ccc/resource/technical/layouts_and_dia...

SalPaz by Associate II
  • 172 Views
  • 0 replies
  • 1 kudos

Unable to read STM32CubeIDE repository

Hi guys! I need to solve this:Unable to read repository at http://sw-center.st.com/stm32cubeide/updatesite1.Unable to connect to repository http://sw-center.st.com/stm32cubeide/updatesite1/1.0.1/content.xmlConnection refused: connect

BAkar.1 by Associate
  • 563 Views
  • 1 replies
  • 0 kudos

Resolved! how to use float in printf?

Float in printf doesn't seem to work in new projects created in stm32cubeideIf i create a project in sw4stm32 it works, there, it also works if i import the sw4stm32 project, it does not work if i create a new project in cubeideIn all cases the opti...