2025-02-28 8:18 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-02-28 8:25 PM
I confirm that many years old randam open file bug after debug is still there.
This is unbelievable and is likely to be there until ST disappears.
2025-03-03 6:26 AM
"Find next" seems to be broken in CubeIDE 1.18 (Running on Windows 10).
I remapped the "Find next" function to F3, and cancelled all other functions using F3.
Now pressing F3 seems to look for an empty string. Luckily the arrow up and down in the search box still work.
2025-03-03 7:50 AM - edited 2025-03-03 7:51 AM
Ok, lets accept this is not only STM32CubeIDE bug, but it is an (un?)expected breakpoint behaviour...
When you have your firmware reprogrammed IDE has to stop code execution and this exact instruction is shown in the IDE as if a breakpoint was reached. The question is: is it CubeIDE code or Eclipse code that must recognize that it is not a real breakpoint, but a program reflash/stop? If it is Eclipse related, then it is diffcult to blame STM32. But may be some code could be fixed to catch this situation...
2025-03-03 8:12 AM
2025-03-04 12:12 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-03-04 1:45 AM
I get this annoying message everytime on startup (we don't have defender but other Antivirus)
On top if I checkout a project under revision control, that was updated to 1.18.0 on a second PC and import the project and try to build / clean build it I get a "nothing to build"
Error Message.
Any ideas / timeframe for a fix?
2025-03-04 2:18 AM
Sorry the build problems was my mistake, the Defender PopUp still is annoying
2025-03-11 4:44 AM
The live expressions tab has been completly broken