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! If you only have MX, how do you build the SW?

I am wondering, if one only downloads MX, then how the software is built? Is the standard arm-eabi-none toolchain enough? Are in the standard toolchain all the needed include files and libs present? Or ST used its own version of the toolchain, libs, ...

ubaldot by Senior
  • 3049 Views
  • 7 replies
  • 6 kudos

Resolved! Nucleo F207ZG demo

Where can I get demo of Ethernet and lwIP with Nucleo-F207ZG? Why can't i find Nucleo-F207ZG example in STM32cubemx6.01? Thanks.

dxuef.1 by Associate
  • 4971 Views
  • 4 replies
  • 1 kudos

Resolved! STM32H725ZGT6 custom board hangs (Cube, Keil, ULINK2)

Hello, i am using the STM32H725ZGT6 on a custom layout.As comparison i am also using the STM32H723ZGT6U on a NUCLEO-H723ZG Board.I am using STM32CubeMX, Keil µVision and the ULINK2 debugger.  To test the Serial Wire Flashing procedure, i created an e...

TimK1 by Associate II
  • 4827 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F4 HAL_RTCEx_WakeUpTimerIRQHandler

While looking at the HAL's RTC code, I noticed that in the IRQ handler for WakeUpTimer, there is no enabling of access to backup domain registers before clearing flag WUTF in RTC register ISR...Should this not be needed?When testing in my own impleme...

TLin.5 by Associate III
  • 2967 Views
  • 3 replies
  • 1 kudos

Resolved! STM32 CubeMX Login does not work

Hello, i installed STM32 CubeMX 6.2.9 today. I tried to add software packages by clicking "help" -> "Manage embedded software packages", but nothing happens. Then i tried to log in using "myST" -> "Login", but again nothing happens and i can not log ...

M_Ehe by Associate II
  • 3002 Views
  • 2 replies
  • 2 kudos

STM32CubeMX 6.10 breaks STM32L476RG SPI configuration

Standalone STM32CubeMX 6.9.2 allows the user to configure the 3 SPI interfaces, the embedded CubeMX in STM32CudeIDE at version 6.10.0 has them all greyed out and unavailable. The hint says to disable the corresponding I2S1/I2S2/I2S3 peripherals. Thes...

Inconsistancies in U5 device headers

Hello,most devices define helper definitions, like selecting the system clock source. E.g. L412:#define RCC_CFGR_SWS_MSI (0x00000000UL) /*!< MSI oscillator used as system clock */#define RCC_CFGR_SWS_HSI (0x00000004UL) /*!< HSI16 oscillator used as s...