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! STM32 Cube MX STM32U535 ADC Error

Hi,Running STM32MX Tool 6.15.0 On Windows 10.Started a project for a STM32U535CCTx.I've enabled ADC and configured channel IN8. The software thinks this is connected to PA4, but the datasheet says it is connected to PA3. See screen caps below. Regard...

jminack_0-1757905070998.png jminack_1-1757905125016.png
jminack by Associate II
  • 346 Views
  • 6 replies
  • 2 kudos

Validation on target stuck?

Hi All,I had 2 questions in my current journey learning stm32 software as well as my stm32f746g board. I generated code based off an .ioc file created by the AI Edge Dev Cloud (a human activity keras model). My issues are as follows: 1. I debugged th...

ramyg1_0-1738726555557.png ramyg1_1-1738726726916.png
ramyg1 by Associate
  • 381 Views
  • 1 replies
  • 0 kudos

SD Card problem with sd-diskio.c generation

I have a simple program using Touchgfx and Freertos running on the following:STM32H735G-DKSTM32CubeIDE V 1.19.0STM32Cube_FW_H7_V1.12.1I have enabled SDMMC1 (in 1 bit mode, but 4 bit is the same), configured FATFS, and created a task to mount the SD c...

CYBR by Associate II
  • 479 Views
  • 1 replies
  • 2 kudos

Resolved! adding code to a project without CubeMX deleting it

I have a project that is using AzRTOS, ThreadX, NetX, FileX, UsbX, and i'm still using cubeMX to reconfigure the hardware and drivers.  I understand that users need to put code between the "USER CODE BEGIN" and "USER CODE END" comments, if you're sti...

matt-crc by Senior II
  • 2170 Views
  • 3 replies
  • 1 kudos

clarity on external loader using stm32h750xbhx

by using the stm32h750xbhx i created two projects. one is bootloader and other is application. we are trying to use external flash to store the application, as the file size is much larger than the capacity of the internal flash.and we are trying to ...