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 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! Where do I set the include path on STM32CubeIDE?

This really seems like a simple thing, but I cannot figure it out. I am getting a linker error "cannot find -l:libtouchgfx-float-abi-hard.a". I can see the file so I know it exists, but it's not finding it. Adding the file manually to the include ...

Unable to communicate between stm32 and as7262 sensor

I'm using stm32 discovery board and connecting with as7262 sensor. The datasheet for as 7262 sensor is https://ams.com/en/as7262I am unable to retrieve the data using I2C communication. I have uploaded my code below.#define AS7262_ADD 0x93 #define ST...

RSath.1 by Associate II
  • 3003 Views
  • 6 replies
  • 0 kudos

I am using STM32F7 series. I created httpd server ethernet project. I have web code which html,css,js. But my microcontrollers memory not enough for these codes. I need to use SD Card.

I need to put it my web codes (html, css, js) to SD Card. Also These codes need to work on SD Card. Because my web codes memory size is around 300MB. Normally I worked my code (basic html files) without SD Card. It needs converting to fsdata.c files....

KAnahar by Associate III
  • 1238 Views
  • 5 replies
  • 0 kudos

Resolved! How do I get GDB debug output to a file?

I'm debugging a problem on the target. The data I want to examine is in an array and can be easily seen in the Debugger console using "print output_data". I'd like this in a file to facilitate further host processing. When using gdb standalone I c...

SMoor.6 by Associate
  • 3053 Views
  • 2 replies
  • 1 kudos

Resolved! How can I know where a function is being used in STM32CubeIDE?

When I analyze a code that another guy made, I want to track where a function is used.I can see the definition of a function using open declaration but I cannot see where the function is used.STM32 has so many files. So, I cannot search for each of t...

KKIM.6 by Senior II
  • 3665 Views
  • 3 replies
  • 0 kudos