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! Power Consumption STM32

Hello everyone,I need to get some information about the power consumption of the STM32 Nucleo-64 with STM32F401RE MCU.The board is powered from the computer's USB port.I created a project in which the main while loop is empty, all peripherals are dis...

RTC output crazy setting ?!

I've spent hours searching and debugging why PC13 is "broken", almost gave up.The reason is that the setting in stm32cubeide says on RTC-output is disabled, but still it's on PC13.-This has to be set as "no RTC output" ! Now it's "disabled" or whatev...

MAalt1_0-1712594297936.png MAalt1_1-1712594440183.png
MAalt.1 by Associate
  • 378 Views
  • 0 replies
  • 0 kudos

Prebuild Command Variables in STM32CubeIDE

Hi,I have a prebuild.sh expecting two inputs from the environment. I also have a script.bat that curls in these two inputs, for the prebuild.sh. I linked these two scripts via && in the prebuild command step setting in the IDE. In the build steps com...

DLin3_0-1712588850537.png
DLin.3 by Associate II
  • 722 Views
  • 0 replies
  • 0 kudos

USB Access

When secure manager is installed, USB is not working. Can you share me the process to activate USB. when secure manager is installed

Hitesh by Associate III
  • 2771 Views
  • 12 replies
  • 5 kudos

NexDuo MQTT Example

Good dayI downloaded the STM32CubeH5-main folder from github. I am using the STM32H563 Processor and need to get MQTT working. It is a custom board and I already managed to import exampled from ST (using "Import STM32Cube example" option).I susccessf...

SDu T by Associate III
  • 941 Views
  • 2 replies
  • 0 kudos

TFCard SDIO HAL_SD_ERROR_REQUEST_NOT_APPLICABLE

STM32Cube_FW_F1_V1.8.5STM32CubeIDE:1.13.2MCU:STM32F103RCT6problem description::::::::SDIO-------- f_mkfs((TCHAR const*)SDPath, 0, 0) or f_open(&SDFile, "STM32.TXT", FA_CREATE_ALWAYS | FA_WRITE|FA_READ) [ff.c 4170] ---->stat = disk_initialize(pdrv);[d...