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 STM32U3 series.Added the support for...

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
  • 695 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
  • 4870 Views
  • 3 replies
  • 0 kudos

How to load and execute my .elf file from command line

I am using following command to execute the existing .elf fileJLinkGDBServerCL.exe -port 2331 -s -device STM32L462RE -endian little -speed 4000 -if swd -vdwhere I need to change to load my newly generated elf (from command line) in the above command....

Achar1 by Associate II
  • 1369 Views
  • 3 replies
  • 0 kudos