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
  • 1637 Views
  • 0 replies
  • 2 kudos

STM32H743 Ethernet not working properly

i'm working on ethernet (UDP/IP) without RTOS in keil, stm32cubemxsome old versions 5.4.0 work fine but if i send data continuously for 5-6 days then the ethernet stop working and in newer version 1.11.0 even ping doesn't happen.

PSONI.11 by Associate II
  • 1700 Views
  • 2 replies
  • 1 kudos

Resolved! STM32CubeIDE 1.15 Bug (switching from SysTick to TIM16)

I'm using the Nucleo-C031C6 board, and I chose this (NUCLEO-C031C6) from the board selector when starting the IDE. (STM32CubeIDE v1.15). I tried switching Timebase Source (in SYS menu) from SysTick to TIM16, then when I compiled, I got this error:../...

JLoh by Associate
  • 3083 Views
  • 3 replies
  • 2 kudos

External IRQ on PB15

I am trying to catch a pulse on PB15. So I set the port PB15 to external irq with falling edge as per screen shot belowThe code in MX_GPIO_Init() generated by MX is:/*Configure GPIO pin : MPuls_Pin */GPIO_InitStruct.Pin = MPuls_Pin;GPIO_InitStruct.Mo...

erastus_0-1713595698892.png
erastus by Associate II
  • 3319 Views
  • 6 replies
  • 2 kudos

Generating makefiles without STM32IDE

So I've moved away from eclipse and the CubeMX IDE. I am using sublime as my editor and I am enjoying a great deal of success and I would recommend to anyone using cubemx to migrate to a non java based IDE/editor  - I compile the makefiles generated ...

Resolved! After upgrading CubeMx plugin from 6.10.0 to 6.11.0, MCU temperature sensor is no longer supported

I'm using STM32CubeIDE and targeting STM32H745IIK6.  When I was using the CubeMx plugin version 6.10.0, I was able to enable the temperature sensor input on ADC3:After upgrading to CubeMx 6.11.0 with FW package H7_v1110.zip, this option (as well as t...

TechGuyMike_0-1713381591538.png TechGuyMike_1-1713381627753.png TechGuyMike_2-1713381648261.png TechGuyMike_4-1713381786622.png