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! Newbie struggling with .c .h and linking

Hello all   I'm a hobbyist with experience as a java programmer and with simple embedded C and C++ experience who's working on a project for the Elektor Magazine STM32 contest and I'm finding myself in over my head and I'm wondering if any of you mig...

Resolved! I need help on grayed out part of the code

Hello All,I am working on open bootloader. I have copied all required files. When I compile the code on demo project provided by open bootloader, it works just fine. On the other hand, when I compile on my own project, I get the following error.I hav...

demir_0-1706380145249.png
demir by Senior II
  • 1001 Views
  • 2 replies
  • 0 kudos

Resolved! STM32cubeIDE SWV trace autostop

Hello,I am new on STM32CubeIDE. I try to use SWV to trace some parameters from Nucleo-H743ZI2. At the beginning, everything is ok. I can see the data in the trace window. But the trace will automatically stop after a certain duration. The board is st...

Capture.PNG
Jiaming by Associate III
  • 1347 Views
  • 4 replies
  • 1 kudos

Build issue - error directive usage

Hi All, I am having a strange error. When I compile my code, the error directive causes the ERROR. I can not pinpoint the issue. Could you please hint me in the right direction?Thanks and Regards,  

demir_0-1706300477525.png
demir by Senior II
  • 550 Views
  • 2 replies
  • 2 kudos

Resolved! Conversion of int to float and float to int

Hello guys, I hope you're doing well, I'm currently trying to replicate a video I saw on YouTube about audio processing using stm, I'm just starting to develop for stm and I'm having some doubts, mainly in terms of libs. I'm trying to convert between...