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

Resolved! Is there a way to set argc/argv when remote debugging?

Some remote debugging tools (Arm's DS-5 semihosting) allow setting arguments to main(). I'm unable to figure out the steps do this with stlink + gdb remote targeting because it doesn't support "run", only "continue". Is there a way to do this with a ...

Resolved! CubeIDE cannot clean project

I've just now switched from TrueSTUDIO to CubeIDE 1.7.0, and when I tried to clean the project by selecting Project -> Clean ... from the menu, I got an error message:19:26:52 **** Clean-only build of configuration Debug for project xx **** make clea...

I want to uninstall New COMPILER VERSION ( I want to Uninstall New Compiler 9-2020-q2-update) and always want the STMCUBEIDE to use Compiler 7-2018-q2-update how can I do this in STM CUBE IDE

I want to uninstall New COMPILER VERSION ( I want to Uninstall New Compiler 9-2020-q2-update) and always want the STMCUBEIDE to use Compiler 7-2018-q2-update how can I do this in STM CUBE IDE

0693W00000D0sAgQAJ.png

Resolved! Custom HID and CUBEIDE with stm32f103/stm32l462 are too slow.

I have read online and saw that people can use the USB custom hid class generated by the CubeIde and they get good transfer speeds.Also in the past I have worked with stm32(F103RE/L462RE) and a older usblib for custom HID and KeilIDE. I used this tog...

MRosc.1 by Associate II
  • 2024 Views
  • 1 replies
  • 0 kudos

NVIC ISERx registers address are wrong in STM32F446RE

I am using STM32F446RE. I am using the STM32CubeIDE. As STM32F446RE is Cortex-M4 based processor I have also gone through the M4 generic user guide and found that the range of NVIC_ISER0- NVIC_ISER7 is 0xE000E100- 0xE000E11C. But when I ran the code ...

0693W00000BaBsyQAF.png
PK by Associate II
  • 3713 Views
  • 12 replies
  • 0 kudos

In main.c I have #include <regex.h> and calls to regcomp and regexec. In the build output, I receive undefined reference to `regcomp'. Is it an error in the linker stage? What linker setting I should change?

MCU GCC Linker options are-mcpu=cortex-m3 -T"C:\Users\ssz\STM32CubeIDE\temp\edmr2\STM32F103VETX_FLASH.ld" --specs=nosys.specs -Wl,-Map="${BuildArtifactFileBaseName}.map" -Wl,--gc-sections -Wl,--verbose -static --specs=nano.specs -mfloat-abi=soft -mth...

Resolved! Debug CMake project with STM32CubeIDE

Hey, I'm using the latest Cube IDE and would like to Debug a Cmake Project.I'm using an Stm32F429 Disc Board for testing purposes.The Project Structure looks like this:myProjectSourceCodeapp (contains main() + ASM Startup Code + App Code)modulesSomeM...

0693W00000D08PGQAZ.png
JHeni.1 by Associate II
  • 2545 Views
  • 6 replies
  • 0 kudos

STM32CubeIDE 1.7.0 released

STM32CubeIDE 1.7.0 was released last week on st.com as well as an in-tool update patch.Caution: The in-tool update does not allow updating debug probe drivers and ST-LINK server tool. Full installer is required for this.What is new in 1.7.0?Target su...