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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 1036 Views
  • 5 replies
  • 7 kudos

Using CMSIS Packs with STM32CubeMX and IAR Embedded Workbench

I'm trying to use the CMSIS-Driver Interface to access Microcontroller Peripherals.As a starting point, i tried setting up an application with a simple goal: Transmit a byte using the USART Peripheral via CMSIS-Driver interface, which i can then use ...

MSchm.3 by Associate
  • 2360 Views
  • 0 replies
  • 0 kudos

Is there a way to make build variants in CUBEMX? For instance a variant that includes/doesn't include init of specific peripherals.

I have a base application, that will go into different product variants. I'd like to have a variant where some of the CUBEMX code is not compiled. As an example, one build where USB or Ethernet code is not included, because there won't even be HW on ...

MConw by Associate
  • 803 Views
  • 2 replies
  • 0 kudos

Resolved! stm32cubemx error in eclipse

I built the stm32cubemx development environment using eclipse, and this error occurred while generating the code. What is the problem?

0693W000004Ist2QAC.png

STM32CubeMX UART LL Driver issues

Hello,I had earlier raised the concern on STM32CubeH7 GitHub page ( https://github.com/STMicroelectronics/STM32CubeH7/issues/69 ). However they asked me to raise the concern on this forum.I am observing following function calls missing from MX_UART8_...