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

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
  • 3279 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
  • 864 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
  • 1401 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 Super User
  • 2077 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...