Skip to main content
Semer CHERNI
ST Employee
September 18, 2024
Question

STM32CubeIDE 1.16.1 released

  • September 18, 2024
  • 10 replies
  • 8613 views

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download.

Main issues fixed in this minor release:

  • Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux releases Update Sites.
  • Fixed issue on project creation using MP255 devices.
  • Fixes related to the integrated STM32CubeMX
    • [MP25] Major differences in the ST Boards Device Trees between MX and Embedded SW (EV and DK Board) ==> Aligned with STM32CubeMX 6.12.1
    • Create Project for each MCU: Mcu STM32MP2xxxxxx is not supported
    • Missing MMC registers in SFR view for MP13 berametal
    • Some miss function in CubeIDE for MP13 baremetal (FreeRTOS)
    • Fetch mp2 update site -Error found with Setup OpenSTLinux
    • [G4][Zest] Update Stack values
    • [G4 Zest] update the field Mcu.UserName for the Z parts to display the right name

Check the errata under this link for more details.

Where do I obtain STM32CubeIDE 1.16.1?

10 replies

padawan
Senior
September 23, 2024

And again,

jumping around after debugging.

https://community.st.com/t5/stm32cubeide-mcus/jumping-to-random-file-after-pressing-run-button/m-p/691078

Once again, opening a ticket and promising to resolve it "as soon as possible" is not a solution!

What a poor performance after several years.

Padawan

Associate
September 25, 2024

Had to actually register an username to comment this, but why does the UI has to change? :(
- The MCU/MPU selector has an error where after every character I type to the Commercial Part Number box the cursor automatically jumps to the box below.
- And the new UI just looks so 2008 to me... Why does that have to change? :( Now Cube looks like an ancient software made by a Japanese company that won't bother to adopt new tech.

LyHoangAn_0-1727254618225.png

 

Semer CHERNI
ST Employee
September 25, 2024

Hello @LyHoangAn 

First let me thank you for posting.

In fact this is a known issue which is under investigation and described in the STM32CubeIDE Wiki.

BR,

Semer.

Associate
September 25, 2024

Text search crashed after update. 

EDIT: It works for single file only. Not project or workspace.

 

relates to this thread: "Search: An internal error occurred during: "File S... - STMicroelectronics Community" but I don't use "Copilot" and from the stack trace it seems no additional plugins are involved, just the core eclipse modules.

"An internal error occurred during: "File Search Worker"."

java.lang.NoSuchMethodError: 'byte[] org.eclipse.core.resources.IFile.readNBytes(int)'
at org.eclipse.search.internal.core.text.FileCharSequenceProvider.toShortString(FileCharSequenceProvider.java:495)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider.newCharSequence(FileCharSequenceProvider.java:42)
at org.eclipse.search.internal.core.text.TextSearchVisitor$TextSearchJob.processFile(TextSearchVisitor.java:208)
at org.eclipse.search.internal.core.text.TextSearchVisitor$TextSearchJob.run(TextSearchVisitor.java:173)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

 

 

Paul Pinault
Associate II
October 7, 2024

Hello, 

Code generation crash on Apple silicon. Apparently some of the shared lib are x86.

 

org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so' (code signature in 66ADAB06-1B30-301C-8ECA-7EDC8C31724D '/Applications/STMicroelectronics/STM32CubeMX.app/Contents/Resources/third_parties_plugins/binaries/STM32CubeIDE-MX-services/revA/pool/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.800.v20231003-1442/eclipse_11802.so' not valid for use in process:

RZub
Associate II
October 11, 2024

Hi,

This issue(?) exists and on older version. Example:

MCU: STM32G431CBUx

GPIO->PB5: set as Output Open Drain.

Now, on GPIO Pull-up/Pull-down dropdown - there is no option tu select pull-down.

Why its forbidden? Bug? On my application, I'm using the pull-down and I should set it programmatically later or modify generated file each time.

Explorer
October 14, 2024

Just a kind of Bugreport: it seems download of most recent STM32CubeIDE-Lnx STM32CubeIDE Generic Linux Installer is broken. tried it via homepage with 3 different devices and 2 different browsers... also with a direct link to the file and curl + wget - all fail.

Note: the previous version is downloadable!

PS: Why the homepage is so slow and is it necessary to have that huge list of 3rd party dependencies? You need more tracking of customers besides the forced login to download a tool? really?

debugging
Lead
October 27, 2024

I was am 1.15.1 and upadte to Ubuntu 24.10.

Suddenly IDE stops at "make" no matter clean or build a project. Could not fix it.

So probably update then.. Update said no updates and an error occurred using the update url that worked before. http://sw-center.st.com/stm32cubeide/updatesite1

Removed and added the update url checked the update url, Ran update. No updates. Went back to update sites. and the just added url was gone ! Done twice, twice auto deleted !

Senior
November 4, 2024

EthanMankins_0-1730748416341.png

Is there a way to change this view back to the older style? 

Visitor II
November 19, 2024

The instruction at https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:Step1_Tools_installation are out of date and don't work exactly with the STM32CubeIDE (version 1.15.1).

It would be really useful to update them:

  1. I had to manually create a RUN configuration to run the examples provided.
  2. And, as has been pointed out elsewhere, you have to click in the correct .project file as there are different ones in the examples file hierarchy, and not the one indicated in the instructions.
Senior III
November 25, 2024

Cyclomatic complexity still doesn't work