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! Problem with compiler of STM32CubeIDE

Hi All;I found the problem with 1us. I use this function belowstatic void DelayMicroSeconds(uint32_t uSec) { uint32_t uSecVar = uSec; uSecVar = uSecVar* ((SystemCoreClock/1000000)/3); while(uSecVar--); }I will show result belowMy evolution board f...

0690X000008BPlWQAW.jpg 0690X000008BPlgQAG.jpg 0690X000008BPllQAG.jpg
Gz by Senior
  • 1195 Views
  • 8 replies
  • 0 kudos

Is anybody at STM dealing with STM32CubeIDE ?

I've posted a couple of possible bugs and so have lots of other people and I've yet to see a single response to any question by an STM employee. The video makes it seem like the next best thing, and the IDE you'll be supporting preferentially, but...

MikeDB by Lead
  • 1011 Views
  • 9 replies
  • 2 kudos

STM32CUBEIDE Optimisation appears rather random

I have optimisation set to -o2 and every other Property and Preference is default. Processor is a H750. My code has a time critical inner loop which seems to vary from 14 up to 26 instructions for the same code, varying solely on the time of day when...

MikeDB by Lead
  • 612 Views
  • 4 replies
  • 0 kudos

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
  • 1785 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
  • 521 Views
  • 0 replies
  • 0 kudos