STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Failed to jump to APP

I modified the APPflash address in CUBEIDE, and generated the bin file through the IDE, but when I jumped to the APP program through my own Bootloader, the jump was not successful. There is no problem with the Bootloader program, which is already in ...

0693W00000WHlIYQA1.png 0693W00000WHlJHQA1.png 0693W00000WHlJ2QAL.png

My STM32CubeIDE project does not compile C++ files.

Hi,I have a STM32CubeIDE project and as far as I remember I checked the C++ box.But when adding .cpp and .hpp files with a class definition, I get the message:error: unknown type name 'class'So it seems the compiler does not compile as C++.How can I...

CJans.1 by Associate III
  • 2283 Views
  • 3 replies
  • 0 kudos

Resolved! rename STM32CubeIDE project

Hello,How can I rename the project-name in STM32CubeIDE ?If I right click on the project(name) and choose rename I get the following error, see attached screenshot.Thank you 

0693W00000WHSflQAH.jpg
pk84 by Senior
  • 1330 Views
  • 4 replies
  • 0 kudos

Resolved! How to use pdm2pcm library in STM32CubeIDE project?

I have the STM32H745I-DISCO board for tests.I want to achieve a simple thing: play 1KHz sine wave over the speaker output of the board.As I researched the subject I found in the documentation:"Two external speakers can be connected to WM8994ECS/R via...

HTD by Senior III
  • 1370 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE and C-API - not HAL

I'm searching a starting point to program for a blue pill or other STM32 M3 or M4 architecture under STM32CubeIDE, but not using HAL, just plain C. Where do I find the appropriate libraries, headers and documentation?