STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeCLT 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

Facing issue with STM32U585 (X-CUBE-CLASSB-U5)

Hi Team;We have selected Trust zone MCU STM32U585ZIT6Q (U5 series) for our project.We are using with Trust zone enable in our project.we have a query regarding the X-CUBE-CLASSB-U5.We have taken library of X-CUBE-CLASSB-U5 and test example code in ST...

JShah.7 by Associate III
  • 550 Views
  • 0 replies
  • 0 kudos

STM32F7508-DK printf and toggle pin doesn't work

I followed this video to attempt printing or toggling pin 1, but it seems like my program is hanging. Also, configure trace button doesn't work and I can't to record the trace.Here's the code and main funchttps://github.com/tempdeltavalue/temp_stm32_...

Tımer Triggered ADC+DMA+USART

/* USER CODE BEGIN 0 */void myPrintf(const char *p){uint32_t strlength1=0;uint32_t strlength2=0; const char *helpStartTextpointer=p;strlength1=0;strlength2=strlen(p);while(*p){strlength1++;*p++;} if (strlength1==strlength2 ){if(HAL_UART_Transmit_DMA(...

WhatsApp Görsel 2023-07-03 saat 00.48.22.jpg Ekran Alıntısı.JPG putty.JPG
MÖZDA.1 by Associate II
  • 592 Views
  • 0 replies
  • 0 kudos

shifting on the written data to external flash using qspi

this is the code in the main that test the drive my stm32h750vb which is connected to the winbond25Q256jv external flash which is connected using qspi :/* USER CODE BEGIN 2 */uint8_t buffer_test[MEMORY_SECTOR_SIZE];uint32_t var = 0;CSP_QUADSPI_Init()...

Stm32

How to use timer interrupt in GPIO interrupt

M_J by Associate II
  • 2051 Views
  • 8 replies
  • 0 kudos

STM32CubeIDE locks the Workspace location. Best method to modify the Workspace location so the code base is completely portable except for the compiler/linker.

STM32CubeIDE v1.12.0This type question has been asked different ways but never specifically for a procedure. In the past we have used Eclipse Workspaces with a single project and we were able to copy, paste and rename the Workspace and then open it a...

LPM - stop mode

Hi, I am using STM32L562CEUx controller. We are using I2C,UART,SPI, RTC with external crystal(32.768MHz), external clock - 24MHz.Trying to use LPM - stop1 mode.DeInit all the peipheralsInput pins changed to Analog pins.Output pins remained sameCurren...

Pkuma.41 by Associate II
  • 526 Views
  • 0 replies
  • 0 kudos