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

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
  • 2348 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
  • 1077 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
  • 1105 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...

Problem with STM32CubeIDE 1.5.0

Hello. I was updated my STM32CubeIDE 1.5.0 two week ago. The new generated project for stm32l432kc chip has become incorrect with setting UART boudrate (I see that on oscilloscope). I use HSI in my project. I replace file ../Drivers/CMSIS/Device/ST/S...

SPala.4 by Associate
  • 251 Views
  • 0 replies
  • 0 kudos

Resolved! Processor peripheral registers view missing ?

Hi, I am trying out the cubeide coming from IAR. I am currently having a problem that some interrupt is occuring which goes to the default handler. Since all unmapped interrupt functions go to the same handler apparently CubeIDE shows an incorrect ...