STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

CubeMX and STM32H753I-EVAL2 issues

Having some issues with CubeMX not showing properly the DevKit hardware features. For example:The devkit has an ST-LINK V3 chip (per documentation and according to silk screen) yet CubeMX has the ST-LINK V2 setting available only, ST-LINK V3 is greye...

armDevCP by Associate II
  • 687 Views
  • 4 replies
  • 0 kudos

How to recover from FR_DISK_ERR during f_write in STM32

Hi all, I am now using SYM32F103RE to read data from codec via I2S & write into SD card. I use the HAL library in STM32CubeMX w/ Chen's fatfs & I2S DMA. Unlucky, f_write will sometime return FR_DISK_ERR. According to fatfs, I can only f_close the fil...

SSin by Associate III
  • 2206 Views
  • 4 replies
  • 0 kudos

Feature request: create pair of .c and .h files

It is a very common practice the source files go in pairs: a .h file with the interface, and a .c file with the implementation.This is acknowledged in CubeMX - which has an option to do exactly that: But, with CubeIDE (in fact, Eclipse), it requires ...

AndrewNeil_0-1730989041590.png

Bug: STM32MX useless CMake C standards check

When STM32MX (6.12.1) is used to generate a CMake project it puts the following logic into cmake/stm32cubemx/CMakeLists.txt: # Validate that STM32CubeMX code is compatible with C standard if(CMAKE_C_STANDARD LESS 11) message(ERROR "Generated code...