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

I am using FREERTOS CMSIS_V2. I am trying to use Soft timer but MCU hangs at osTimerStart(myTimer01Handle, 500); and it doesn't proceed any further. While same configuration is working for CMSIS_V1 perfectly. Kindly help me.

void StartDefaultTask(void const * argument){ /* USER CODE BEGIN 5 */ osTimerStart(myTimer01Handle, 500); /* Infinite loop */ for(;;) {  HAL_GPIO_TogglePin(GPIOC,GPIO_PIN_13);  osDelay(1000); } /* USER CODE END 5 */ }/* Callback01 function */void Cal...

TALHA by Associate II
  • 831 Views
  • 1 replies
  • 0 kudos

When does STM32CubeIDE run on arm Mac?

Dear All,I have a question. When does STM32CubeIDE run on arm Mac?As I know, Zulu OpenJDK works now.Also, home-brewed stlink pass a test.I hope that ST release new CubeIDE for arm Mac :D.best regards,Kotetsu

KYama.1 by Associate III
  • 1037 Views
  • 4 replies
  • 2 kudos

Fold Expression not working

I am using IDE 1.5.0 with the -std=gnu++17 flag setWhen trying to use fold expression, the compiler throws an error.

AKlep.1 by Associate II
  • 1048 Views
  • 5 replies
  • 0 kudos

Resolved! Cannot start debugging

Hi everyone! I faced with a problem, when I was trying to start debugin process. I connected my PCB with STM32f072C8T6 to PC, downloaded a programm. It was successfuly done. Then I tryed to start debug mode, but IDE showed the next message: "no sourc...

0693W000005BrtkQAC.png
GKlim by Associate II
  • 1088 Views
  • 5 replies
  • 0 kudos