STM32CubeMX2 (MCUs)

Ask questions about STM32CubeMX2. Discuss code generation and configuration challenges, as well as other relevant topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32CubeMX2 v1.0.1 released

We’re happy to announce that STM32CubeMX2 v1.0.1 has been released and is now available. This patch release includes updates and improvements aimed at enhancing the user experience and supporting your development workflow with STM32. What’s new: Supp...

STM32C552 HSI 144MHz clock

I created simple project using STMCubeMX2 for MCU STM32C552. I configured the clock by choosing HSIS on System MUX.  When I compile and run generated code it ends in HardFault_Handler. When using PSIS option - the same result. HSISDiv3 clock works we...

rsta by Visitor
  • 105 Views
  • 4 replies
  • 2 kudos

Resolved! Missing Peripheral Device on STM32C593

I am trying to learn how to program a STM32 micro-controller, specifically a STM32C593. The thing is according to its datasheet it has Ethernet functionality, bit it is missing in the peripheral list inside STM32CUBEMX2 IDE. 

accf1996 by Associate II
  • 293 Views
  • 6 replies
  • 2 kudos

Recommended toolchain/IDE with MX2

Hello, I was using CubeMX with CubeIDE and since the release of CubeMX2, VSCode is promoted as the go-to.At the same time, CubeIDE got an update to importe Cmake project. What are the plans ?Will MX2 continue to support CubeIDE with Cmake only ? Will...

Alefal by Associate III
  • 127 Views
  • 1 replies
  • 4 kudos

MX2 source code window width is too small

Hello, I noticed that when showing differences between the current and the previous generated source code the width of the source code window does not even show 80 characters even though there is plenty of room in the application window (see screensh...

Resolved! Storage Location for Software Packs

Hello, I was wondering where the installed software packs are stored on the disk? I would like to have a look at the content and the examples, assuming e.g. the HAL pack or the Nucleo board pack contains these examples.

User_MV by Associate II
  • 361 Views
  • 9 replies
  • 7 kudos

404 Errors Installing CubeMX2 Packs

Hello, I am using CubeMX2 Version 1.0.0 on macOS Silicon. Various software packs fail to install with a 404 error like this: Could not fetch content of pack-URL: https://developer.st.com/st-pack-server/api/v1/pack/STMicroelectronics.rot_provisioning....

User_MV by Associate II
  • 211 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeMX2 v1.0.1 released

We’re happy to announce that STM32CubeMX2 v1.0.1 has been released and is now available. This patch release includes updates and improvements aimed at enhancing the user experience and supporting your development workflow with STM32. What’s new: Supp...

Resolved! STM32CubeMX2 with TouchGFX

Hello everyone,I’m trying to develop a new project using an STM32C552RET6 with a TFT display.I’d like to use TouchGFX for this, but I can’t find any instructions in CubeMX2 on how to configure a project as a graphical application.I saw some examples ...