STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

STM32CubeIDE creating objects from a class source outside the project gives a compiler error. Also the constructor of this class is not called.

I created a simple class in a folder outside the STM32CubeIDE:class AT24C256Driver{public: AT24C256Driver(); float get_m_foo();private: float m_foo;};I added the folder to the "C/C++ generals - Paths and Symbols" property of the project.The AT24C25...

Ceedling and STM32CubeIDE arm-none-eabi/bin/ld warning: cannot find entry symbol Reset_Handler; defaulting to 0000000008000000

I am trying to create a first Unit Test with Ceedling/Unity/CMoke for my STM32CubeIDE project.The project has started building but getting an error:-----------Linking test_functions_STM32G474RB.out... /Applications/STMicroelectronics/STM32CubeIDE.app...

RPG by Senior
  • 6241 Views
  • 2 replies
  • 0 kudos

How to run regex in CubeIDE version: 1.11.0

Hello community. I have question. I would like to use regular expressions regex. It adds #include <regex.h> and tries to use the regcomp or regexec function. Unfortunately after compilation I get the error "undefined reference to regcomp". How do I g...

How do I change options for headless build? I want to enable converthex so I can output hex files for automated builds

I can use headless build using the following command:Linux:cd <my project path> /opt/st/stm32cubeide_1.11.0/headless-build.sh -import . -cleanBuild <my project name>/DebugWindowsC:\ST\STM32CubeIDE_1.11.0\STM32CubeIDE\headless-build.bat -import . -cle...

Resolved! Debug terminated immediately on start (Solved)

I had been debugging this program for some time with no problems. After making change to a header file to resolve a conflict, the debugger would no longer run. The program compiled , loaded and verified OK, but as soon as the debug perspective appe...

TJack.2 by Associate III
  • 3902 Views
  • 3 replies
  • 1 kudos

Getting error "Could not verify ST device" in CM4 core when debugging STM32H745I-DISCO board using SWD mode in Segger J-link.

I am working on following platform:Hardware - STM32H745I-DISCO board.IDE - STM32CubeIDE v1.10.1.STM32CubeMX v6.6.1-RC2.Embedded MCU package for STM32H7 v1.10.0.I am using SWD mode in Segger J-link for debugging. I am getting error "Could not verify S...

Akast.2 by Associate II
  • 2845 Views
  • 5 replies
  • 0 kudos

Trying to print float value using stdarg.h file in CubeIDE

I'm using an STM32F4 mcu to receive data from a sensor. Now i want to print that same data which is in float. I've tried using functions like snprintf/sprintf but they give some error about linker flag. Now i've tried to add -u_print_f in the linker ...

IHiro.1 by Associate
  • 543 Views
  • 1 replies
  • 0 kudos

Hey :) I am trying to flash my program onto my stm ucontroller but I get a libusb error message. Can you help me please?

I'm using STM32Ide. I installed pypy libusb1 and python3-libusb1 in the software manager of linux mint (I am using linux mint 19.2). I thought I need some libusb to solve the problem but I couldn't solve it. I couldn't find a guide. I want to flash m...

0693W000000XFPqQAO.png 0693W000000XFPlQAO.jpg 0693W000000XFPbQAO.jpg
Ykost.1 by Associate
  • 2926 Views
  • 8 replies
  • 0 kudos