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! STM32F733xx SPI DMA transfer issue.

I've built a custom system using the STM32F733xx and an external ADC (TI ADS8588S) connected over SPI. I have verified that the system works consistently using the STM32 HAL L0_V1.2.8 when transferring data via the blocking/polling method. However, w...

0693W00000AOPZnQAP.png
Grundyoso by Associate II
  • 1847 Views
  • 6 replies
  • 0 kudos

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
  • 1843 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
  • 3431 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
  • 2289 Views
  • 6 replies
  • 0 kudos