cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE 1.18.0 released

Semer CHERNI
ST Employee

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available.

What is new in 1.18.0:

  • Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0:
    • Added the support for STM32WBA6xxx microcontrollers in the STM32WBA series
  •  Eclipse® updated to 2024-09  and CDT updated to 11.6.1: Gives the possibility to install the Copilot4Eclipse (Copilot for Eclipse) plugin
  • Updated to GCC 13 as default toolchain
  • Multiple old toolchain version will no longer be supported:​
    • GNU ARM GCC7, GNU ARM GCC9 and GNU ARM GCC10 without ST layer​
    • GNUTOOLS FOR STM32 GCC7 with ST layer
  • Added the support for Fedora® 41 

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:

  • Under this link
  • Or update your current installation of STM32CubeIDE using: Help > Check for updates (The in-tool update does not allow updating the drivers and STLINK server tool. Full installation is required for this to be done).

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.

1 REPLY 1
DCo
Associate

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)