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

Resolved! Example ETH connection for STM32F779I-EVAL

Good morning everyone, I was given a STM32F779I-EVAL board as a gift, I am unable to configure all the peripherals installed on the board via CubeMX. For example, I can't turn on the display or configure the ETH port.Where can I find examples to unde...

Daddi by Associate
  • 1602 Views
  • 2 replies
  • 1 kudos

Resolved! STM32CubeMX 6.10.0 doesn't copy all necessary I3C headers

Reproduction steps:Open STM32CubeIDE. “File” menu → “New” → “STM32 Project”.Switch to the “Board Selector”, and pick the NUCLEO-H503RB. Click “Next”.I've successfully reproduced this issue with the NUCLEO-H503RB and NUCLEO-H563ZI. I suspect it applie...

Resolved! Ethernet peripheral missing from STM32H5 in CubeMX

The Ethernet peripheral is missing from the STM32H5 in STM32CubeMX 6.10!It appears if the Nucleo or Discovery kit boards are selected as the starting point for a project, but if the project is started from a device selection the Ethernet peripheral i...

GaryA by Associate II
  • 3009 Views
  • 4 replies
  • 0 kudos

cubemx lan8742a auto negotiation fail

Hi everyone, im using stm32f746zgt with lan8742a phy. i manage settings on cubemx. when i set speed and duplex with manually like a 100mbps full duplex my system works well. but when i change it to auto negotiation it returns with timeout. It crashes...

Resolved! Error in Default CubeMX Settings for NUCLEO-F446RE

The target MCU on the NUCLEO-F446RE board receives its clock input directly from the on-board STLink-V2.1 probe (see clock signal MCO in figure below):That's because the crystal X3 is not soldered on the board by default. So, when I launch a new proj...

KristofMulier_1-1710354070214.png KristofMulier_2-1710354254259.png KristofMulier_4-1710354329998.png

Resolved! Bug in LL_ADC_SetAnalogWDThresholds()

Enabling analog watchdog 1 for ADC3 on a STM32H723 in CubeMX with low threshold 0x8 and high threshold 0x80 generatesLL_ADC_SetAnalogWDThresholds(ADC3, LL_ADC_AWD1, 0x80, 0x8);but the doc comment for LL_ADC_SetAnalogWDThresholds() says regarding the ...

mkm_ctv by Associate II
  • 3109 Views
  • 7 replies
  • 0 kudos