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

Board configurations in a single CubeMX / Truestudio project?

Hi there, I have been developing a CubeMX generated project in TrueStudio for the STM32H7 EVAL board.I would like to get the same project running on the H7 Nucleo board, and then eventually on my own hardware. I'd like to keep configurations for all ...

Mttjcksn by Associate III
  • 471 Views
  • 2 replies
  • 0 kudos

STM32CubeMX 5.0.0 won't start on Ubuntu 18.04

Hello,I downloaded the new CubeMX from the ST site, launched the installer (as the root user) and started the application. It can't start, it hangs at startup. Here are the logs obtained at app startup:chdir /home/kacper/STM32CubeMX/.current dir /hom...

KKowa by Associate
  • 1198 Views
  • 5 replies
  • 1 kudos

STM32CubeMX - Conflicting Generated Function Call Ranks

I have a fairly simple project defined in CubeMX based on one of the H7-series of STM32 parts. This project utilizes a number of peripherals and DMA channels, including the MDMA and RTC peripherals.As I configured an additional DMA channel for a USA...

BHans by Associate
  • 1159 Views
  • 5 replies
  • 0 kudos

ADC DMA Callback Stops after Running Once

The base software was set up using CubeMX. On an STM32L433, I have the ADC configured to read 4 channels into a DMA. The sampling is ADC_SAMPLETIME_6CYCLES_5 for all channels. The DMA is set up for a WORD transfer into a buffer: uint32_t dmaBuffer[4...

code generation is hanging because of cloud station backup

Hi everyone,On my system, there is cloud station backup working in background, so each file that is modified is back-up on distant synology server.This works very fine...Problem is, if starting code generation of STM32CubeMX, code generation starts a...