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

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
  • 634 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
  • 1950 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
  • 772 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
  • 717 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...