cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE version 1.2.0 is now released

Markus GIRDLAND
ST Employee

Hello community!

I don't plan to sticky this post, it's just planned as a small announcement to make people aware of the new version.

If you prefer that I do these for future releases and/or prefer that I do sticky these posts please let me know.

Some highlights of the new release includes:

  • Target support updated in-sync with STM32Cube ecosystem in general.
    • The amount of available example projects targeting STM32CubeIDE for new STM32 devices are increasing.
  • Integration of STM32CubeMX 5.5.0 and STM32CubeProgrammer 2.3.0
  • STM32CubeMX integration improvements
    • Import of ioc-file to create new STM32CubeIDE project.
    • Ioc-editor related issues on macOS solved.
    • Bug fixes related to clock configuration fields in ioc-editor.
    • STM32CubeMX menus, such as “Check for updates�? now also available without opening an ioc-file.
  • Release build configuration now uses “–Os�? optimization by default (new projects only, old projects not touched).
  • Removal of the “debug probe filter�? allows users to use selected debug probe with any MCU/Board. Sometimes with a warning message.
  • Maturation of support for STM32L5 in general.
    • Support for flash/debug of N-S application when RDP=0.5 with OpenOCD and ST-LINK GDB server.
    • Added SVD-files and support for disableConditions.
  • ST-LINK GDB server changes
    • Default reset strategy changed to “connect under reset�? to simplify debug of low-power examples.
    • Fixed connect bug on macOS with the new STM32CubeProgrammer version

I have also updated the sticky post "Features and known issues" to reflect version 1.2.0.

It's available here:

https://www.st.com/en/development-tools/stm32cubeide.html

8 REPLIES 8
Martin KJELDSEN
Chief III

Thanks, Markus!

/Martin

Uwe Bonnes
Principal III

Thanks. A download link would be fine!

Great idea, should have thought of that. I'll edit it into the post!

Uwe Bonnes
Principal III

Arg, STM32CubeIDE still requires the USBX library. LIBUSBX has been replaced by LIBUSB since 2015! See https://sourceforge.net/projects/libusbx/.

dbgarasiya
Senior II

Great Markus!

Marcelo Barros
Associate III

Hi Markus

I am trying to install on Linux (Ubuntu 18.04) but the downloaded install packet (generic installer or debian installer) are failing due to a CRC after unziping:

unzip en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh\ \(3\).zip 
Archive:  en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh (3).zip
  inflating: st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh   bad CRC d9bb5d1d  (should be 8ce2769b)

 I have tried to download using different browsers with same result. Any report about this ?

Is there any direct download link ? I believe wget is reliable and I would like to give it a try.

Thanks !

Marcelo

To try and rule out the download process could you made an md5 checksum, this should be the results:

eca80e90e736e0b76384450c4de205f6 st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh

a32d7fa04f541b8423af57de33db9273 st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh.zip

656165bbcfb31f745828f4e64158ed5f st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh

5a5b45332e3d19dfb6706ec4006cca36 st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.sh.zip

Hi Markus

It seems we have some problem during download although browser reports a successful download:

md5sum en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh.zip 
6383c8b4e6f41e88b1c7c15697feafe9  en.st-stm32cubeide_1.2.0_5034_20200108_0926_amd64.deb_bundle.sh.zip

I will talk to IT guys as we have a transparent proxy.

Thanks !

Marcelo