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

STMCubeIDE + LwIP : lwip/opt.h no such file

I built a tiny project from scratch with LwIP (without FreeRTOS).CubeMX generates a project without any errors which I can compile and run.But when I modify my source code in main.c every compile stops with:../Inc/lwip.h:28:10: fatal error: lwip/opt....

STM32CubeIDE code generation problem

Hi everyone. I run STM32CubeIDE on Windows 10, and when I try to save STM32Cube project in the Device Configuration Tool with code generation after saving ("Do code generation on *.ioc file save" is checked), code generation fails (see screenshot). B...

RTere by Associate
  • 1611 Views
  • 1 replies
  • 0 kudos

failure to generate code from imported cubeMX project

Hi, I'm trying to use STM32CubeIDE to modify an existing project developed using CubeMX and system workbench. I manage to import all the source files and the ioc files ( I get a message saying the files need to be converted, I click ok and get anothe...

Asohn by Associate
  • 454 Views
  • 0 replies
  • 0 kudos

Importing existing TS project under source control

I have been developing using TS 9.2.0 and thought I would try stm32cubeIDE. 1.0.0I did a git pull of my project source into a directory and ran the importer. I left the workspace as default and specified the folder location for my project source. The...