STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeCLT 1.20.0 released

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

Aimen1 by ST Employee
  • 346 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 2.0.0 released

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

Aimen1 by ST Employee
  • 5280 Views
  • 0 replies
  • 4 kudos

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

ETH HTTP

Hello, I would like some advice. I have created an http web page which can only be accessed if on the same network. But what if I want to access a web page outside the network? What do I have to do? From my research, a forward port is used to allow e...

non by Associate III
  • 1857 Views
  • 3 replies
  • 0 kudos

How to use multiple Timers?

how to use multiple timers in stm32f746zg,i am using timer1 and timer4 as PWM generate and i am using timer2 for sdcard but it is not working that controller get struck and again i want to re-upload the code if the press the reset button also it is n...

Debug File

Hi everyone !I want to move my project to cubemonitor application. So there should be a DEBUG FILE and it have to include a file with elf extension but i can not find any debug file or a file with elf extension. Could you help me to fix that problem?

bensukrkc by Associate II
  • 1519 Views
  • 3 replies
  • 0 kudos

debugger bug: random breakpoint in HAL_I2C_EV_IRQHandler(...)

hello everyone,i stumbled upon a debugger "bug" using the STM32CubeIDE version 1.13.2 with the stlinkv2 on a stm32g070rb nucleo mcu.the bug occurs, when using either I2C controller inside the stm32g070 with DMA mode.After calling "HAL_I2C_Master_Rece...

lynes1 by Associate
  • 1299 Views
  • 1 replies
  • 0 kudos

Resolved! ADC on H7 series

HI,I am trying to get ADC read but the result is only the first read repeatedly even I change the voltage on ADC channel input it remains the same, ADC Innitializationstatic void MX_ADC3_Init(void){ /* USER CODE BEGIN ADC3_Init 0 */ /* USER CODE END ...

Resolved! Flash Space calculations STM32L496RGT6

Looking into the available flash space on the chip:For the 1Mbyte variant of the device the total number of bytes should be 1,024,000.  2,000 bytes * 512page = 1,024,000 bytes of flash memory.End of Address Space - Start of address space  = Amount of...

mm.51 by Associate II
  • 1098 Views
  • 1 replies
  • 1 kudos