STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

Resolved! Code regenerate settings for STM32CubeMX after adding a new Peripheral to prevent Multiple definition errors

I was given a code to add USB support to the firmware. I am using Stm32CubeMX to generated the boiler plate for the USB. I enabled the USB peripheral and reconfigure the clock setting and regenerate the code. When I try building the fresh project aft...

0693W00000VOXTNQA5.png
WIF by Associate II
  • 1068 Views
  • 2 replies
  • 0 kudos

Resolved! Adding Keil To Project Tools

Absolute Newbie here trying to do my first project. I haven't figured out how one gets to write their code and where. I take it we are to use Keil for that part and I do have it installed from other uC work a couple of years ago. Was this supposed to...

CM.2 by Associate II
  • 548 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeMX does not show Baud Rate for SPI2 for STM32F746VETx

I have used MX up to this point to configure my peripherals. Even though I've manually configured these for most of my career, I'd prefer to keep using MX for this project since it's been successful up to this point. For some reason it doesn't show m...

RBack.1 by Senior
  • 1310 Views
  • 2 replies
  • 0 kudos

Resolved! CubeMX 6.6.1 + STM32C0 package 1.0.0 incorrect config

When creating project using Board Selector, Nucleo-C031C6, the incorrect MCU pinout definition is created with two errors: I2C1 is activated and pins are assigned for it and USART1 is initialized using PB6&PB7 instead of USART2 with pins PA2&PA3,whic...

gbm by Principal
  • 1728 Views
  • 3 replies
  • 0 kudos

Resolved! Why is overrun flag set after transmitting in 1-wire (half duplex) UART mode using the standard CubeMX-code and HAL-functions?

I'm working with the "NUCLEO-U575ZI-Q" development board and I compile using STM32CubeIDE 1.6.1. I want to use pin PC10 as a 1-wire (half duplex) UART pin and I use CubeMX to generate code with the following settings:Mode: Singe Wire (Half-Duplex)Har...

arnold_w by Senior II
  • 1142 Views
  • 1 replies
  • 0 kudos

[Tutorial videos in STM32CubeMX] Your ideas are welcome

Around 40 tutorial videos are accessible from STM32CubeMX in Help menu/Tutorial videos since STM32CubeMX 6.0.0 release.All those videos intend to answer frequent STM32CubeMX users questions.It deals with various subjects such as FreeRTOS, DMA, GPIO, ...

How to detect when CDC device is not busy using STM32 USB stack

Using the STM32 USB stack in a project for the STM32 CubeMX IDE on a STM32L062 processor, there are issues with trying to get the CDC device to send data back up to the host at maximum throughput. If CDC_Transmit_FS() is called twice in a row, then t...

Eqqman by Associate III
  • 2612 Views
  • 5 replies
  • 0 kudos