2025-03-03 2:06 AM
We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available.
What is new in 1.18.0:
Main fixed issues in 1.18.0:
Refer to the STM32 microcontroller wiki at:
STM32CubeIDE:STM32CubeIDE errata 1.18.x - stm32mcu
Known problems and limitations in 1.18.0:
Refer to the STM32 microcontroller wiki at:
STM32CubeIDE:STM32CubeIDE errata 1.18.x - stm32mcu
How to get STM32CubeIDE 1.18.0:
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-03-03 3:36 AM
Hi, I'm using STM32H743 for development and after recent IDE update I have found an issue in new GNU Tools v13.3.
I have a few variables for DMA and one of them is placed in RAM D3 section, to be accessible by BDMA. With new GNU Tools that variable is placed together with others in RAM D1, so BDMA doesn't have access to it.The only change to GNU Tools v12.3 resolves the issue (without any changes in code)
2025-04-02 5:08 AM
I am currently using this version of CubeIDE. [Version: 1.18.0 Build: 24413_20250227_1633 (UTC)] with a STM32G473QET6 CPU
I noticed that in the debugger SFRs window there is an error in the name of the TIM17 registers (they were called TIM16_xxx)