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
  • 1562 Views
  • 0 replies
  • 2 kudos

SDMMC module does not answer used with FatFS

Hello I'm testing implementation of sdcard / FatFS on F446.First I started with the example. It works.Now, I'm trying to implement a basic test app created from scratch with CubeMx.I configured a simple project with fatFS, SDIO, no DMA, no OS.int mai...

JulienD by Senior
  • 1189 Views
  • 2 replies
  • 0 kudos

stm32l4xx internal flash + data for the single byte program

Hi all,I am using stm32l486 MCU and trying to use stmcube internal flash example code. As i see we have API "HAL_FLASH_Program" to program word or double word. Is it possible to write byte data by doing type casting and increasing the address by 1?Co...

John3 by Associate II
  • 3224 Views
  • 7 replies
  • 0 kudos

Package Location for V5.0.0

After the latest CubeMX update, where are the packages now stored? I have been using revision control on 'C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\packages' and am curious, I no longer see updates here

Justin1 by Senior
  • 1179 Views
  • 1 replies
  • 0 kudos

Getting Started with Examples

How can I access the example peripheral projects for the STM32F091RC? I am using TrueSTUDIO & System Workbench and have looked exhaustively, are these available?

Justin1 by Senior
  • 1205 Views
  • 3 replies
  • 0 kudos

CubeMX support for SD+FatFS+SPI

Posted on October 10, 2017 at 21:22 I would like to see CubeMX support for SD cards + FatFS using an SPI driver option. Both for MCUs that don't don't support SDIO and also on MCUs that have SDIO but where SPI fits the project better. FatFS is th...