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

Live Expressions showing wrong values

I am using CubeIDE version 1.11.0 for a STM32F411RC project.After i've changed boards (between two equal custom boards), my live expressions started showing wrong values. The values are only wrong in the live expression, because if I halt the program...

THML by Associate II
  • 2394 Views
  • 4 replies
  • 2 kudos

Resolved! Some code is not compiled with STM32CubeIDE

I am using STM32CubeIDE to develop a small project. But I do not know why some code  if(Motor_PullBack_Enable == 1) {} statement is not compiled.  if(Motor_Extend_Enable == 1)  { ....  }  if(Motor_PullBack_Enable == 1)  { ......

Resolved! STM32H723ZG ADC on Nucleo board behaves not as expected

Hi there,I am using a Nucleo H723ZG and my ADC(s) behave weirdly.I need only one ADC, from the datasheet the ADC3 supports 5 MSPS.Since I needed the highest possible sampling rate, I've chosen this one.The data gets collected in one burst of 4096 12-...

Ingenieer by Associate II
  • 1497 Views
  • 6 replies
  • 0 kudos