STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.17.0 released

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1263 Views
  • 0 replies
  • 2 kudos

Resolved! Internal Temperature sensor delivers too high result

I am trying to get the internal CPU temperature on an STM32H743. Source is generated with STM32CubeMX V. 5.0.When reading the internal temperature sensor (ADC3) I get different and too high values depending on the setting of the sampling time.When s...

GS1 by Senior III
  • 2155 Views
  • 3 replies
  • 0 kudos

Resolved! Can't start. Getting message, "The registry refers to a nonexistent Java Runtime Environment installation or the runtime is corrupted."

Using Windows 7, 64 bit. Installed Keil uVision5 first and can run. Install of STM32CubeMX had no issues but can't run the application. Have updated Java, uninstalled CubeMX and reinstalled CubeMX and getting the same message. Not sure about edit...

CYewe by Associate II
  • 5092 Views
  • 12 replies
  • 0 kudos

Why simpel MX project will not compile: arm_math.h is missing

Using MX 5.0.1 and create a new project "PrjA" for STboard STNM32F401 Nucleo. No changes or configs. Then generate code and open in TrueStudio. Compilation fails because of: ..\Drivers\CMSIS\DSP_Lib\Source\FilteringFunctions\arm_fir_decimate_init_q15...

tinu by Associate
  • 1239 Views
  • 1 replies
  • 0 kudos

Resolved! Is there an elegant way of using CubeMX to generate code for two very different configurations in the same program?

The program is alternating between two modes, one is high performance and the second is low power. For perfomance mode the ADC is used with a timer triggering and DMA+interrupt at fast rate. In the low power mode it is intended to make a single conve...

Program does not enter while(1) loop

Hi everyone.Up to now i have been programming STM32 mcus at register level but i have to use cube mx now. So i created a cube mx project only to see if timer 2 works fine. When i build without any problems and run the code on my F303RE board and paus...

N ORhan by Associate III
  • 3092 Views
  • 4 replies
  • 0 kudos