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
  • 877 Views
  • 5 replies
  • 7 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
  • 1343 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
  • 1358 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...

Resolved! Unable To Select ADC->ScanConvMode on Device

Hello:I am using the STM32L433 device.In CubeMX, I am using ADC1 channels 5,6,9 and 15. Other than the yellow highlights, there are no conflicts. Under ADC Settings, for ScanConvMode, it only has "Disable" in the drop-down list. Why is this? Another...