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

How to add DSP static libraries in STM32CubeIDE.

I'm trying to compile my project including DSP libraries. I have a STM32F446RE Nucleo Board and I'm using STM32CubeIDE 1.3.1I'm getting an "undefined reference" error when using the FFT functions. The headers are found as the error would have been di...

0693W000000XDLSQA4.png 0693W000000XDMfQAO.png 0693W000000XDNdQAO.png 0693W000000XDNxQAO.png

Error with .gdb file in STM32CubeIDE

Hello there,I am pretty new to STM32 and STMCubeIDE. My problem with STM32CubeIDE is that when I want o run it in debug mode I get this error:"Error with command: gdb --versionCannot run program "gdb": Launching failed"I could run this program yester...

BMano by Associate II
  • 1507 Views
  • 3 replies
  • 1 kudos

STM32 USB HID MOUSE + FREERTOS

I've create a program with freertos. It's just writting a sentence in the console. I've decide to implement a usb hid mouse on this program. I've seen how to configurate this but when i'm just configurating it (changing anything on the code) it doesn...

BBrig.1 by Associate
  • 336 Views
  • 0 replies
  • 0 kudos

Strings in RAM and Flash and transfer them to function

HiHow can I put strings in fash memory in gcc compiler so that there is no copy in both memories. In 8bit AVR we need to use PROGMEM . How it is in STM32 gcc?The secong thing. If i have for example such a function void MyFunction( char *Stri(ng); wh...

sholojda by Associate III
  • 1809 Views
  • 5 replies
  • 2 kudos