STM32 MPUs Software development tools

Ask questions and find answers on STM32 microprocessors software development tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 2.1.1 released

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 463 Views
  • 0 replies
  • 0 kudos

STM32CubeMX 6.17.0 released

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 351 Views
  • 0 replies
  • 0 kudos

STM32CubeProgrammer v2.22 released

We are pleased to announce that STM32CubeProgrammer 2.22 is available What is new in 2.22: Support for the STM32U3 microcontrollers with 2 Mbytes of flash memory: Internal memory programming through debug and bootloader interfacesOption bytes program...

Resolved! STM32MP13 empty STM32Cube project "hello world"

HelloCan I use Windows and STM32CubeIDE to develop application using STM32MP135FAF7 (STM32MP135F-DK discovery kit).I tried to create empty project based on this discovery kit but it ended with message"This project requires OpenSTLinux version 'openst...

ravo by Senior
  • 3746 Views
  • 6 replies
  • 2 kudos

STM32CubeProgrammer on STM32MP153

Dear Experts Need your kindly help to advise. I am designing programming station to program STM32MP153 on a panel consist of 6x identical boards with command line utility. Kindly advise.1. Whether STM32CubeProgrammer is a right programmer for this pa...

sdonsri by Associate
  • 1094 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 1.14.1 released

Hello, Since the STM32CubeIDE 1.14.0 release, some issues was faced when executing shell script in the pre/post build command. This issue was faced with the Windows version of the STM32CubeDE 1.14.0. Therefore, a patch is now available on ST site whi...

Resolved! Issues installing developer package

Hi,I've been following along with the "Getting started" on the wiki, but I cannot set up the developer package for my STM32MP157x-DK2. Downloading the file and trying to extract the archives, I get the following:```adriaan@ZOBLZO21X5GY3:~$ cd STM32MP...

Redundant FIP/u-boot in stm32mp157

Hi,Our goal is to make FIP redundant. We are using RAUC mechanism to update TF-A and FIP. Manually, using `rauc install` CLI tool, I am able to update both TF-A and FIP. If I reboot the system, new TF-A and new FIP is loaded. However, when I created ...