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

SD card interface code genereated by STM32CUbe32 (5.5.0)

i would request imen to let us know if the STM32CubeMx 5.5.0 is addressing all the issues regarding SD card interface using SDMMC ( 4 bits and DMA). Since the code generated from CubeMX 5.5.0 for nucleo-l476rg BOARD for SD card interface does not wor...

HMaje.1 by Associate III
  • 2112 Views
  • 14 replies
  • 1 kudos

Migration issue from 5.4.0 to 5.5.0

Dear customers, We are facing a little issue during the migration from the 5.4.0 to the 5.5.0 (reported in this thread https://community.st.com/s/question/0D50X0000BxzZV9SQM/upgraded-stm32cubemx-from-540-to-550-and-now-it-fails-to-generate-the-projec...

STM32L452 LSE not running if CSS enabled

I have once activated CSS in CubeMX and then the LSE can no longer be started. Even if I change CSS to disabled in CubeMX and recompile this does not change. I have to say that I have buffered the RTC / LSE with a CAP at VBatt so it does not loose po...

BUG: stm32MXCube ADC prescaler

Hi,There is a bug in the STM32CubeMX when you change the "Clock Prescaler" of the ADC for the STM32G474RE mcu.When i change the value of ADC1, the "Clock Prescaler" values of all the other ADC are also changed to the same value of ADC1.regards

0690X00000AruvsQAB.png
OGhis by Senior
  • 560 Views
  • 1 replies
  • 0 kudos

Resolved! I'm trying Tutorial #4 (UART Communication) from CubeMX manual, but it does not work. I'm using a Discovery STM32F334C8T6.

I have followed scrupulously every step, but Tera Term (or other terminal emulators) does not show any sign of communication with my board. The board is a Discovery STM32F334C8T6: the tutorial is tailored to a Nucleo board, but the pinout of the two ...

STM32F411 USB MSC (host) OTG flash drive problem

Hi,Im developing a logger device with STM32F411CC processor. I use the latest Cube, DFP, Keil etc. I would like to use the USB to log datas to a flash drive. I developed a prototype software with an older usb msc host example and it worked on a F4 di...

ASchu.4 by Associate II
  • 1450 Views
  • 3 replies
  • 0 kudos

SMBUS communication with Smart Battery

We are designing a system where stm32f7xx will communicate with smart battery via SMBUS protocol, The code is as followsif (HAL_SMBUS_Init(&hsmbus1) != HAL_OK){ Error_Handler(); }   if (HAL_SMBUS_Init(&hsmbus1) != HAL_OK) { Error_Hand...

sivaram by Associate III
  • 1348 Views
  • 2 replies
  • 1 kudos