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.0.0 released

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

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

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

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

STM32CubeProgrammer v2.21 released

We are pleased to announce that STM32CubeProgrammer 2.21 is available What is new in 2.21: • Support for the STM32WL3Rxx microcontrollers:         – Internal memory programming        – Option byte and OTP programming        – PKCS#11        – Firmwa...

Hi, I am following the Wiki to get started with a STM32MP157C-DK2 but trying to flash I get a segmentation fault error. Error below. I am using a generic micro SD card, as the one supposed to be with the kit was not there. How can I solve this?

alex@NUC:~/Projects/stm32mp1/ecosystem/starter-package/stm32mp1-openstlinux-4.19-thud-mp1-19-10-09/images/stm32mp1$ STM32_Programmer_CLI -l usb     -------------------------------------------------------------------                       STM32CubePro...

AMohr.1 by Associate
  • 865 Views
  • 2 replies
  • 1 kudos

How to evaluate the STM32MP1 platform

I wanted to find out, what it does mean to master the new STM32MP1 platform from the SW development perspective.I am very familiar with software development for the STM32 Cortex MX Cores and using the IAR Embedded Workbench under Windows.I have the S...

FSchr.1 by Associate II
  • 1732 Views
  • 1 replies
  • 0 kudos

Resolved! CubeMX STM32MP1 NVIC EXTI disabled ?

1 Select STM32MP151 (This case AAAx)2. Select an GPIOx and set to GIPIO_EXTx 3. Goto NVIC: EXTI option is disabled   (Checkbox cannot be selected)4. Goto GPIO : Pin can be configured as interrupt How to enable interrupts for NVIC for GPIO's in order...