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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1628 Views
  • 0 replies
  • 2 kudos

Resolved! What does .mxproject file is used for?

Hi All,I found several topics with controversial information about what is this file used for?Like this:https://community.st.com/t5/stm32cubemx-mcus/what-is-the-mxproject-used-for/m-p/584042 I see in my file several sections [PreviousLibFiles][Previo...

load2005 by Associate III
  • 2910 Views
  • 2 replies
  • 0 kudos

Resolved! stmelectronics.xcube-azrtos-h5 not found in STMCubemx

Hello ,We are devloping application using NUCLEO-H503 , try to install USBX as CDC-ACM port and transfer data to host device ,1. Try to install Driver for USBX , but not found stmelectronics.xcube-azrtos-h5  How to use NUCLE-H503 USB in Device mode o...

USBX_ISSUE.png
pooja by Associate II
  • 2583 Views
  • 4 replies
  • 0 kudos

multi ADC

Hi, I'm using STM32H735VGT and ADC3. There is too much time difference between converting 2 channels and 3 channels. I want to know why converting 3 channels suddenly takes a lot of time. And I want to know how to fix it.  Here are the scope photos a...

scope_3.png scope_4.png
giwonKIM by Associate III
  • 908 Views
  • 0 replies
  • 0 kudos

Resolved! DAC-DMA and Timer

I am using timer 2 for trigger DAC and GPIO to generate analog and digital values.own timer 2 started with DMA to change ARR by an array.My GPIO array works well and starting to change from index 0 . but my DAC array start from Index 1. as you can se...

msg89464043-592494.jpg
nimaltd by Senior
  • 1814 Views
  • 3 replies
  • 0 kudos

Resolved! X-NUCLEO-53L5A1 with Nucleo-H743ZI2

 I'm fairly new to embedded work and noted that the pin layout that was given for X-NUCLEO-53L5A1 was for the F401RE, which I initially tested, but when attempting to configure it with the H743ZI2 I wanted to maintain the use of the ETH and USB port ...

JahKMC by Associate III
  • 4549 Views
  • 8 replies
  • 0 kudos

.extSettings file don't work as described in documentation

Hello,I'm trying to use the .extSettings file to add files to my project and followed the description in "UM1718.pdf". Unfortunately, this don't work. I'm using STM32CubeMX to create a "Dummy" project for STM32CubeIDE.here is the content of my .extSe...

Intector_0-1712956419368.png Intector_1-1712956539055.png

Resolved! Cude max

 I hope this message finds you well. I am reaching out regarding an urgent matter with my STM32 CubeMX v6.1 project. I have encountered an issue with the I2C functionality that I cannot seem to resolve despite trying various approaches.The specific p...

SMazu3_0-1713767509891.png SMazu3_1-1713767529673.png SMazu3_2-1713767543607.png SMazu3_3-1713767569402.png
SMazu.3 by Associate III
  • 7812 Views
  • 15 replies
  • 3 kudos

Resolved! Use CubeProgrammer as UART Mode

Hey there,i want to reach my flash memory through UART. I can do this with ST-Link device but now i want to do it with UART. I use STM32F091CC MCU and as datasheet says i configured the UART pins(PA9-PA10) as Asynchronus UART in CubeMX.My baud rate i...