STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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
  • 635 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
  • 579 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...

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