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! How does one observe peripheral registers with CubeIDE?

Remedial register view help needed.I need to see DMA and UART registers, not having much luck.ron239955_stm1 referred to the i/o registers window, how is this done?From Debug Perspective, Registers View, I see only General Registers.I notice that the...

Sking.21 by Associate III
  • 3996 Views
  • 3 replies
  • 0 kudos

Break-point issues on STM32G030F6P6

Hi,When I try to upload to my STM32G030F6P6 I get the following error and sometimes I get the "Command Aborted" message attached in the picture.I tried resetting my workspace too. But still I get this error. Erasing memory corresponding to segment 0:...

0693W00000GY7yjQAD.jpg
Sahiru by Associate II
  • 575 Views
  • 2 replies
  • 0 kudos

Why does sprintf not work with RTOS?

I'm trying to use this function:char str[80]; float val;   sprintf(str, "%f", val);But the task freezes.I've already added the -u _printf_float flag to work with the serial output, but it still doesn't work.If using another form of variable, %d, %u, ...

by Not applicable
  • 821 Views
  • 7 replies
  • 0 kudos

Resolved! [SOLVED] Undefined Reference to custom Static Library

Hi,With supply issues currently, I have been working on 3 different micro controllers of the same family, STM32F4xx. I am trying to contain the hardware specific code in their own projects, 3 each for the processors. But I have common code that is us...

JNoon.1 by Associate III
  • 6138 Views
  • 3 replies
  • 0 kudos