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

Installing STM32CubeIDE in an enterprise environment

Has anyone deployed STM32CubeIDE in an enterprise environment, particularly to lab PCs where multiple students log into? Just wonder how you manage the workspace area and the installation of the various drivers/packages.We run Windows 10 64bit with r...

KWatt.1 by Associate
  • 375 Views
  • 1 replies
  • 0 kudos

After successfully added a second project to the workspace as static st32 library, I would like to know ho consume this library from the main project. From Path and Symbols I added the library ${workspace_loc:/ModuleA/Debug/libModuleA.a}.

What else should I do to let my project see header files? Is it correct to add an include path suchC:\Progetti\STM_Projects\ModuleA\Base. But I would like that it sees all the files and possible without an absolute path? What is the correct syntax?Be...

FMarr.2 by Associate III
  • 253 Views
  • 1 replies
  • 0 kudos

Resolved! #include <string> into cpp header file

Hello everyone, I have a problem with include string methods into cpp header file. I created .cpp files like in this example: https://dev.to/younup/cmake-on-stm32-episode-5-get-ready-for-c-1mh9Also, I generated the project with c++ checkbox.When I #i...

JuniorSTM by Associate II
  • 8268 Views
  • 6 replies
  • 0 kudos

protected files change

I use cubeIDE 1.5.1. I download standart example BLE_HeartRateFreeRTOS. It has got file app_conf.h In cubeIDE it has got strange icon. In app_conf.h I change CFG_LED_SUPPORTED to 1 and save. Clean and Build. But app_entry.c still thinks that define i...

0693W000006HwDLQA0.png