STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

CubeIDE UI broken on MacOS

Fresh install of STM32CubeIDE 1.16.0 on MacOS 14.5, MacBook Pro w/ M2 Max.Clicking Start new STM32 Project brings up the Target Selection dialog, which is blank.  If I hover over the window it gives me the finger cursor in some places which seems lik...

leo_psc by Associate
  • 800 Views
  • 1 replies
  • 0 kudos

Resolved! No CRYP in project configurator

Why is there no CRYP (Cryptographics) peripheral enabling/configuration option in project configurator (CubeMX/CubeIDE) for STM32H747 ? I tried v1.15.0 and v1.16.0It does not show up:But it exists in register callback list:And it exists in H7 HAL dri...

mkrk_0-1725520016376.png mkrk_1-1725520030975.png
mkrk by Associate II
  • 791 Views
  • 3 replies
  • 0 kudos

Resolved! Updated STM32CubeIDE, can't find device on target

I upgraded STM32CubeIDE to version 1.14.1 today and can no longer connect with my target.  The process  of updating CubeIDE also updated my STLink-V3PWR debugger to V3PWR V4.J3.B1.P4.  Now, programs that downloaded and ran just fine yesterday won't d...

magene by Senior II
  • 11481 Views
  • 11 replies
  • 2 kudos

Dummy bits with SPI and DMA.

Hello,I am using ESP32-wroom-UE as master and a SPI connection with stm32h743zit6 as Slave. I am using DMA for communication between micros.I am using those microcontrollers on a custom board, done by me. I used the first prototype with SPI4 and it w...

Resolved! How undo "exclude from build" for a file?

Hi,In STM32CubeIDE 1.12.1 I right-clicked on a .c file in the Project Explorer view and excluded it from build.  Now I want to include it back in my build.  How do I do that from the IDE?thanks,russ

RPatt.11 by Associate II
  • 3278 Views
  • 4 replies
  • 1 kudos

Resolved! After writing to flash memory using stm32f207ztg6, when I try to run debug again, an error appears and the program cannot be run.

Hello everyoneAfter using the stm32f207ztg6 to write to flash memory, when I try to run the debug again, the following error appears and the program cannot be executed.How can I solve the problem?■ Program useduint32_t flash_addr = 0x080E0000;uint32_...

t-oka by Associate III
  • 652 Views
  • 2 replies
  • 4 kudos

Crashing when creating a new STM32 Project

Hi,Stm32cubeide keeps crashing anytime I try to create a new stm32 project. The program makes it to the board select screen then crashes. I’m on an Intel MacBook Pro running Sonoma 14.6.1. I have Stm32cubeide updated to 1.16.0. Does anyone have any i...