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

STM32F030K6T6 PA9

We are using ​STM32F030K6T6 PA9, PA10 for UART TX and RX. The BSP is generated using CubeMX, we can see the PA9 does not transmit, if we enable reversal in the BSP, then we can see that PA10 transmits but PA9 does not receive.​If we use PA2, PA10 for...

LSari by Associate
  • 494 Views
  • 1 replies
  • 0 kudos

Resolved! Analog reading 3 pins after each other

I have F303RE.The pin config are:The ADC config is:The Adc init code is generated as well the Analog Gpios. That is not a problem.I want to read one after each other. I added a function to select to config, but I dont know what SHould I pass the rank...

0690X000006C3hYQAS.png 0690X000006C3hdQAC.png
Marius CO by Associate III
  • 825 Views
  • 3 replies
  • 0 kudos

How do I post a bug report for CubeMX Version 4.27?

I have found a serious problem in CubeMX 4.27 where cancelling the configurationof a module containing DMA and interrupt settings will reset any configured interruptpriority back to zero.Step to duplicate the issue as follows.Create an IOC file which...

Resolved! CubeMX 4.26.1 generate wrong #elif expression.

In file "jpeg_utils_conf.h" generated by CubeMX 4.26.1 in line 23 wrong expression: #elif defined (STM32H743xx)|| (STM32H753xx) || || (STM32H750xx). Code generated for STM32H743XI microcontroller, CubeMX version 4.26.1, STM32CubeH7 firmware package V...