2024-11-27 12:42 AM - edited 2024-12-11 08:44 AM
We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available.
Refer to the STM32 microcontroller wiki at:
wiki.st.com/stm32mcu/wiki/Category:STM32CubeIDE_errata
Refer to the STM32 microcontroller wiki at:
wiki.st.com/stm32mcu/wiki/Category:STM32CubeIDE_errata
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.
2024-12-02 01:36 AM
If you want guarantees of support, you probably need to be looking to paid-for commercial offerings ...
2024-12-03 09:57 AM
myST -> Login does not work properly on Linux Mint (ubuntu 22 based). I needed to work on some stm32 code pronto today, have a new machine so naturally I downloaded the latest and installed it. Big mistake. It forced me to login repeatedly then promptly forgot, went to myST -> Login and entered my account, then tried to download packages from Help | Manage Embedded Software without luck. cube finder was unable to download the packages too. Finally, I uninstalled 1.17 then reinstalled 1.12. Fortunately, I had a copy of the installer, since it is gone from st.com
Please get rid of this login ***. I have wasted hours. I will not recommend stm32 for future projects if this *** continues. It's prob too late to change for this project, but fortunately 1.12 still works OK
2025-01-20 10:51 AM
@Andrew Neil wrote:If you want guarantees of support, you probably need to be looking to paid-for commercial offerings ...
Who has commercial offerings that work?
2025-01-21 12:14 AM - edited 2025-01-21 12:35 AM
Keil, IAR, Segger?
PS
Rowley Crossworks
Are Wind River still in the game?
2025-02-05 05:46 AM
STM32WB07CC Programming Error on Linux due to Case Sensitivity in Memory Definition File Name
Dear STMicroelectronics,
I am writing to report an error I encountered while trying to program an STM32WB07xx microcontroller using STM32CubeIDE 1.17.0 on a 64-bit Linux system.
Problem:
When attempting to program the device, the following error message is displayed in the log:
Warning: No flash region defined for device id 0x1e
Steps to Reproduce:
Cause:
The issue is related to the case sensitivity of the Linux file system. STM32CubeIDE (or a tool it uses) is looking for the memory definition file named "0x1e.stldr", but the actual file on the file system is named "0x1E.stldr".
Solution:
Renaming the file "0x1E.stldr" to "0x1e.stldr" resolves the problem.
Suggested Improvement:
I suggest that STMicroelectronics implement a solution in STM32CubeIDE to handle this case sensitivity difference on Linux systems. For example, the IDE could ignore capitalization when searching for files, or offer a configuration option to disable case sensitivity.
Thank you for your attention to this matter. I hope this report is helpful for improving STM32CubeIDE.
Sincerely,