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

Sources from ST licensed "AS-IS": What does it mean?

I implemented an application for an STM32 MCU with the STM32CubeIDE. I'd like to publish it as open source under the GPLv3 license on Github. Different licenses apply for the source code from STMicroelectronics, which my application is based on: the ...

AN..1 by Associate II
  • 3449 Views
  • 8 replies
  • 0 kudos

Debug launch appears to end up in bootloader

I have a NUCLEO-L4R5ZI board with an STM32L4R5ZIT6P MCU. I have been successfully building and debugging using CubeIDE 1.9.0 with a USB connection to the onboard ST -LINK debugger. However, I've suddenly encountered a situation where after the debug ...

Renaming a SMT32CubeIDE project.

I have a project folder named 'myProject' on my hard drive. I want to rename it to 'myProjectOld'. How do I do this in SMT32CubeIDE? I tried using the 'rename' function however it only renames the project in SMT32CubeIDE and not the directory on ...

LMorr.3 by Senior II
  • 461 Views
  • 2 replies
  • 0 kudos

STM32CubeIDE 1.9.0 Tracebuffer full!

I'm running a debugee (DIYMORE STM32F407VGT6 Board) attached to SWD link adapter of a STM32F407G-DISC1 with onboard MCU disabled.I'm logging Debug messages from my C-Application using the follwoing code:while (1) { /* USER CODE BEGIN 3 */...