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
  • 1217 Views
  • 0 replies
  • 1 kudos

Resolved! STM32H7S7 XiP with Hyperbus Flash S26HS01GTGABHB030

I am working with a custom board populated with an STM32H7S7L8H6H and a hyperbus flash S26HS01GTGABHB030 connected on XSPI1.My intent is to execute in place on the hyperbus flash but have not been successful thus far.Interestingly I cannot select CON...

bcompter_0-1770731399401.png bcompter_1-1770731440112.png bcompter_2-1770731479475.png bcompter_3-1770731500764.png
bcompter by Associate
  • 268 Views
  • 3 replies
  • 0 kudos

How to configure PDF viewer for STM32 cubeMX v6.16.1

I have just installed STM32 cubeMX v6.16.1 on my Windows 10 machine have the following issue:In the Pinout&Configuration step we can hover mouse over items in the left tree view and eventually we can click on links to Related Documents. However those...

mlisowsk by Associate II
  • 738 Views
  • 11 replies
  • 7 kudos

Resolved! Changing MCU device in CubeMX for an existing project

I am developing a product using the NUCLEO-N657X0-Q dev board and have generated the configuration setup from CubeMX and developed the code in the CubeIDE. When I need to layout my own circuit board I will want to use the STM32N657A0 variant which h...

digilog by Associate II
  • 279 Views
  • 1 replies
  • 0 kudos

Resolved! CubeMX incorrectly generating code for STM32U0 MCO2

I'm trying to generate code using CubeMX for the Nucleo-U031R8 demo board to output a clock signal to the MCO2 pin. But the generated MX_GPIO_Init function makes the following assignment:GPIO_InitStruct.Alternate = GPIO_AF0_TRACE;Naturally, the compi...

Toolchain Folder Location Ambiguity

When creating a new CMake-based project in STM32CubeMX, the "Toolchain Folder Location" field is auto-populated with the project folder path upon entering a project name. This behaviour is misleading because the field is intended (at least by its des...

AdamHamilton_0-1767963469139.png AdamHamilton_0-1767962234433.png