STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

STM32CubeIDE 1.5.1 released

STM32CubeIDE 1.5.1 releasedSTM32CubeIDE 1.5.1 was released this week as an in-tool update patch. This is a bug fix release.Caution: The in-tool update does not allow updating drivers and ST-LINK server tool. Full installer is required for this.Main i...

STM32CubeIDe V1.5.1, has compiler issue ?

STM32CubeIDE v1.5.1 use GUN11 language settings.did try option --Verbose (not solve)does any one occurred same issue?check the pic, line 1823 ~ 1837 disappear. I make confirm on disassemble filed.

0693W000006GEQJQA4.png
Leimen by Associate II
  • 381 Views
  • 1 replies
  • 0 kudos

Resolved! Add my own library project to STMCubeIDE

Hi,I started from scratch and successfully created STM3232H7B3I-DK project as in Workshop2020.Now i added a project library, it compiles and produces .a file but i have this message:libModuleA.a: file not recognized: File format not recognized.I supp...

FMarr.2 by Associate III
  • 2363 Views
  • 9 replies
  • 0 kudos

Resolved! "No such file or directory" error

I created a new project in STM32CubeIde (STM32F401, USB Host MSC). I haven't added a single line of my code yet. When I try to compile the project, the error appears:../Middlewares/Third_Party/FatFs/src/option/../ff.h:29:10: fatal error: ffconf.h: No...

PBobo.1 by Associate II
  • 1082 Views
  • 1 replies
  • 0 kudos

Resolved! Disable Breakpoints in Release Build

How can I disable breakpoints for release builds? If I accidentally forget a breakpoint on, and it gets hit in the release build, then the program just freezes (including halting the watchdog timer!) - what am I missing?

Ddu P by Associate III
  • 1113 Views
  • 6 replies
  • 0 kudos

STM32CubeIDE project with H745 processor

Hi all, I am testing H745 processor on Nucleo-H745ZI-Q board and STM32CubeIDE 1.5.0 .I started from a demo project found in Cube library, which handles both CM7 and CM4 cores.The IDE correctly creates one HEX file for CM4 and another HEX file for CM7...

Resolved! Debug problem with code execution from RAM

Hi,I have problem with debugging execution from internal SRAM. I use Cube IDE and STM32H750 Disco board. There was no problem when I debug from flash. But when my binary size exceeded the flash capacity(128KB), I had to use external memory for the pr...