STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Keil MDK and ST32cubeMX not interacting

I've only been able to load demo code on the STM, not anything original. Here's why:Pc is Windows 10 64bit Error #545: Required gpdsc file "C:\Users\Emiko Suydam\Documents\MDK\Boards\ST\STM32F030-Discovery\Keil_test_project_1\RTE\Device\STM32F030R8Tx...

CSuyd by Associate II
  • 2502 Views
  • 3 replies
  • 0 kudos

CubeMX STM32F2 setting up ADC Bug

Hi All,I am trying to set up an ADC channel on a specific pin on the STM32F207ZETx; PA0 (pin 34) and I have come across a pretty "big" problem.When I set the pin and go to configure the pin, the "ADC1" button does not respond to a click and doesn't "...

0690X000006C0sZQAS.png 0690X000006C0seQAC.png

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
  • 701 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
  • 659 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...