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! SMT32H743 Receiver Timeout Interrupt (RTOF) in HAL

Hi,I'm trying to write some code using STM32CubeMX And HAL H7_V1.3.0.I was trying to use the Receiver Timeout feature of USART6, but there are a few places where it was missing:CubeMX did not allow me to configure this option, but this was easy enoug...

Yan Rosh by Associate II
  • 823 Views
  • 2 replies
  • 0 kudos

CubeMX 4.26 cannot open migrated project

I migrated CubeMX 4.25 to 4.26.1 and after migrating my project I cannot access the project anymore. I have the sandbox running I can access the generation code (did not try to generate new code).I have attached the .ioc file.

Adalgiso by Associate II
  • 834 Views
  • 3 replies
  • 0 kudos

CubeMx in Linux machine

Hi guys i want to install cubeMx in my linux machine and i search it on google then it pop up results and shows some steps but it is showing me in .exe format and is not installing.Any Suggestions?

STM32F107VCT USB Receive Message hangs

I am building a USB driver based on the USB CDC library code generated by CubeMX. The MCU is configured to support 64 byte USB messages through CubeMXSending messages from a host computer and parsing them on the MCU works fine when the USB payload is...

Resolved! How to integrate I2C (on the STMod+ I2C Grove connector) accelerometer with STM32L4R9I-DISCO board on CubeMX?

I cannot find the corresponding pins on MCU to the I2C Grove connector located on the fanout board. Currently I have an acceleromater connected to the Grove connector and would like to collect data from that. I have tried to open a new CubeMX project...

BSara by Associate II
  • 1297 Views
  • 5 replies
  • 0 kudos

CubeMX 4.26.1 Makefile project generation bug?

When a TSC is selected, CubeMX populates two lines of the same source file in the Makefile. In other words, there are two lines of:Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tsc.cin the Makefile created by CubeMX. To reproduce, create a new proje...