STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

Timer interrupt not working

Hi was trying to do work with timers in stm32 when i use the timers directy like this i could set the phase voltages correctly .but when i use the interrupt to set the duty cyles always the phase voltages are zerohow to dynamically set the phase volt...

kavinkumar_1-1725618668157.png kavinkumar_0-1725618623549.png

uart delay

 HelloDo I need delay when I use HAL_UART_Transmit multiple times? How much do I need if I need it?Thank you.

giwonKIM by Associate III
  • 258 Views
  • 1 replies
  • 0 kudos

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
  • 575 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
  • 557 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
  • 8421 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...