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.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Resolved! CubeMX support for HSI clock source for USB

CubeMX is mostly intended for (or mostly used by) noobs. Noobs are most likely to want to skip an HSE for any reason whatsoever, as it adds complexity to a learning process. So it would be nice if CubeMX would accept HSI as a solution for USB clock s...

mo_FEAR by Associate
  • 1023 Views
  • 3 replies
  • 3 kudos

HAL PCD for USB Data Transfer

Hi,I am using an STM32F746-Discovery Kit with a Prophese GenX320 event-based camera.I am using the demo applicaiton provided by Prophese as a skeleton for my code. The application takes captured events from the camera and displays them on the STM's s...

Resolved! X-CUBE-EEPRMA1 package activation in CubeMX

I am in work with a product firmware with STM32G030k8 with additional EEPROM M24C04 I coudlnt ble to instal the driver files . Is this the righ tway am doing,can any one please address this?I am not able to hightlight or install Thanks.

meena_0-1726984378397.png
meena by Associate III
  • 2780 Views
  • 17 replies
  • 2 kudos

Resolved! Configuring a peripheral without all pins assigned

Hi Guys,is it possible to configure a peripheral in CubeMX without assigning all the pins (usually) required for that peripheral. This is a quite typical scenario, if a peripheral is used other than originally intended.E.g. I like to use I2S for effi...

dfrejek by Associate III
  • 1373 Views
  • 6 replies
  • 1 kudos

Problems using CubeMx in uVision

Hi.I am trying to create STM32G0 projects with the uVision IDE, but the configuration option using CubeMX does not work. When creating a new project in uVision, and selecting the STM32CubeMX option within Manage Run-Time Environment, CubeMX does not ...

Kolkentu by Associate II
  • 2012 Views
  • 3 replies
  • 0 kudos

[bugs/caveats/misc fixes] STM32H7S Cube

Some bugs and caveats observed with STM32CubeMX V6.12.0 for an STM32H7S78-DK board, preparing a STM32CubeIDE project, using STM32Cube_FW_H7RS_V1.1.0 and with ‘Initialise all peripherals with the default Mode’ enabled...RM0477 Rev 7 and DS14359 Rev 2 ...

alister by Lead
  • 2560 Views
  • 4 replies
  • 4 kudos

Resolved! Avoid code being overwritten by auto-generation

This is a question about automatically generated code.When we change the ioc file in STM32CubeIDE, there is some code that We don't want to be overwritten by the automatic generation. How can we avoid this?Specifically, We have changed the value of H...