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

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

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

Resolved! RTC to Coordinated Universal Time (UTC)

Hello everyone, I am using an STM32U575RG, and I would like to know if anyone can help me understand or show me how to use the RTC and convert it to Coordinated Universal Time (UTC).

inouee by Associate II
  • 1353 Views
  • 1 replies
  • 1 kudos

Resolved! STM32H750B-DK with Touchgfx

I’m using the STM32H750B-DK board to explore FD CAN integration with TouchGFX.  I currently have the FD CAN working but I can't get the touchgfx to work properly.  Is there anyway to merge a touchgfx project with a STM32H750B-DK stm32cubeide?  To cla...

DylanWalt by Associate II
  • 1094 Views
  • 3 replies
  • 1 kudos

ST32F469I AU1 Serial port issue on Cube IDE

Hi All I am having difficulty getting the serial to work through the STlink on the STM32F469I AU1 (MB1189B) version. I have tried all the suggestions in the previous posts on the forms. The uart is set with the correct pins according to the schematic...

STMCube IDE problems with Queues

Im creating an RTOS queue in the configuration tool. Whowever if I try to place anything in the queue the program crashes.Configuration: Generated Initialization Place item in queue (btn.dec is a uint8_t variable) Debug As you can see the item size i...

tarmogr_1-1715164215219.png tarmogr_2-1715164240241.png tarmogr_3-1715164262270.png tarmogr_4-1715164307685.png
tarmogr by Associate III
  • 1785 Views
  • 7 replies
  • 1 kudos

headless-build.sh fails in Jenkins

I have managed to run headless-build.sh on my Linux PC. But it requires me to name the project folder exactly the same as the project name. For example /home/user/workspace/freertos-test/freertos-test.iocNow I want to do the build automatically from ...

Resolved! Using Tracealyzer in streaming mode with ST-Link V3

I'm currently testing Tracealyzer but I'm having problems in using it in streaming mode. I followed the indications in video "Visual trace diagnostics with STLINK-V3, Percepio Tracealyzer and DevAlert" (https://www.youtube.com/watch?v=rZlSuq7TySA) to...

paolog by Associate III
  • 1972 Views
  • 2 replies
  • 3 kudos

Adding external GCC libraries to STM32Cube project

Hi,I was looking on some tutorials to do FFT on the NUCLEO-L476RG board, where they recomended using CMSIS DSP library. The DSP configuration guide from ST (link below) said to add the library path under Project Properties ->Tool Settings ->GCC Linke...

0693W00000QLEWvQAP.png
NRasm.1 by Associate II
  • 3465 Views
  • 7 replies
  • 0 kudos

Resolved! FDCAN setup on Riverdi display STM32H757XIH6

Hi everyone,I bought a display Riverdi display (RVT70HSSNWC00-B) with a STM32H757XIH6 microcontroller.I want to setup the FDCAN but without success.Has anybody already done and could send a sample ?Thank you in advance.

Resolved! HTTP web server handling in NUCLEO-F439ZI

Hi team.I develop a code, employs read the ADC value from the LDR and transmit the ADC value serially by UART, and glow the LED if LDR value goes above 1400. It is work fine up to hardware level. Now I update the value in the HTML page using Ethernet...

Ramachandran1992_0-1716266282993.png