STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! Debugger stops at 97%

Hello everyone, I have recently faced a problem concerning the debugger when trying to flash F446RE board.When i launch the debug mode, the progress bar stops at 97% and doesn't return any error message as output.The problem did not exist before the ...

Erwan03 by Associate III
  • 1923 Views
  • 15 replies
  • 2 kudos

Resolved! Another BUG. Can not remove breakpoint(s)!

In STM32CubeIDE Version: 1.16.0 can not remove the breakpoints:Not by "Run/Remove All Breakpoints", not by "Toggle Breakpoint".Hard to see - is breakpoint set or not!Menu item "Remove Breakpoint" is missing!How to get around this bug?

GS2 by Senior
  • 1202 Views
  • 10 replies
  • 1 kudos

Target unknown error 19

Target unknown error 19Error in initializing ST-LINK device.Reason: Unknown. Please check power and cabling to target.  how to clear the above error, please reply immediately in urgent base to clear the above error

Resolved! Hard Fault Exception by build with optimisation

Hello,I've a project which are build with the STM32CubeIDEA Version 1.16.0. I use the tool chain 11.3.rel1. After build with optimisation -O0 the application works without problems. It is implemented with bare metal and with using of the LL version 1...

bm2 by Associate III
  • 1490 Views
  • 8 replies
  • 2 kudos

fatal error coming

we are facing following errors during compilation:1. fatal error: cmsis_os2.h: No such file or directory OSWrappers.cpp /STM32U5G9J-DK2/Application/User/TouchGFX/target/generated line 22 C/C++ Problem2.Description Resource Path Location Typefatal err...

aiswarya by Associate
  • 803 Views
  • 1 replies
  • 1 kudos

Resolved! HAL_ADC_ConvCpltCallback only called once

I have a custom board with an STM32WB55CEU6 that I'm programming using the STM32CubeIDE.  I'm struggling with getting the ADC to work in DMA mode.  I can connect via SWD and the while loop runs fine but HAL_ADC_ConvCpltCallback is only triggered once...

nollstead by Associate III
  • 6392 Views
  • 7 replies
  • 4 kudos

Resolved! How to set the FRXTH bit in STM32F407vgt6

Hello Everyone, I am now looking for something like the LL_SPI_SetRxFIFOThreshold() function that I can use with the STM32F407vgt6 is there a good way?  What we want to do is, as an example, using the LL_SPI_SetRxFIFOThreshold() function, we want to ...