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! CubeMX / STM32H753IIKx / Clock Configuration

Hello,I have update a CubeMX project from V6.6.1 to V6.7.0.After update, without any changes, the clock configuration has a lot of errors. The CPU has a maximum clock rate from 480MHz, but the new CubeMX V6.7.0 allow only 200MHz!?!The Error:"D1CPRE C...

MMüll.6 by Associate III
  • 2938 Views
  • 7 replies
  • 0 kudos

How to add BSPs to code generated by STM32CUBEMX/IDE?

I'm currently having trouble adding BSPs my project using the STM32F769I-DISCO. After generating the code using STM32CUBEMX/IDE, I then downloaded the BSP file and copied and pasted it into the Drivers folders. I then manually added all the necessary...

0693W00000NqfUDQAZ.png 0693W00000NqfUXQAZ.png
JTurn.2 by Senior
  • 788 Views
  • 1 replies
  • 1 kudos

Resolved! WolfSSL code not being generated completed from CubeMX

Hey all, I am attempting to use the CubeMX to enable and generate code for the WolfSSL middleware.   When I do, it seems to not generate all the files.  One that is missing for example is evp.c.  However, it seems that none of the .C files are genera...

vanhorng_0-1694533986762.png vanhorng_1-1694534568127.png
vanhorng by Associate
  • 1237 Views
  • 2 replies
  • 0 kudos

CubeMX 6.9.1 doesn't see CubeF7 1.17.1

Saw issue in another thread about CubeIDE 1.13.1 unable to generate code from F7 1.17.1 (https://community.st.com/t5/stm32cubeide-mcus/stm32cubeide-v1-31-1-error-when-using-1-17-1-fw-patch/td-p/588887).Interestingly, CubeMX v6.9.1 (Windows) won't eve...

Bob S by Principal
  • 1914 Views
  • 5 replies
  • 0 kudos

ADC conversion mixing channels values

I'm working on a project in speed control of a pmsm and i am using ADC1 and 7 channels of the ADC to sample 7 different inputs. The ADC gets triggered from TIM2 and i'm doing the conversions every time i get a callback. At first the adc works fine wi...