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

SDcard remount fails when f_mount returns FR_NOT_READY

Hello! Using CubeMX6.2 I am functioning on Hal Library and STM32F427VI.I apply DMA and place SDMMC controller‘s clock frequency to 24MHz. In case of facing SD error during programming. By following below steps I get back on SD card:1 - MX_FATFS_Init;...

by Not applicable
  • 667 Views
  • 0 replies
  • 0 kudos

Need help with CubeMX

Hello! I am working on STM32 (H7) project , when I click OC file it creates STM32CubeMX and it develop a dialogue which ask, with the help of STM32Cube firmware FW_H7 V1.9.0 this project was designed. With the usage of STM32Cube firmware version FW_H...

by Not applicable
  • 528 Views
  • 1 replies
  • 0 kudos

STM32H743ZIT lwip problem, STM32CubeMX v6, and STM32CUBE FW_H7 V1.8.0, MDK uVision v5.35, ARM Compiler v6, OS not used

Hello,I make a Lwip project that was done on STM32CubeMX V6, and STM32CUBE FW_H7 V1.8.0. This project can't work when build with MDK uVision v5.35, ARM Compiler v6. When pinging the device, there is no response!But it can work well after changed the...

DTsai.1 by Associate
  • 616 Views
  • 1 replies
  • 0 kudos

Download via FTP/direct link

Hello, I'm working on the service tool called stm32pio that allows to use CubeMX-generated code with the PlatformIO project. It has found not so many but some users around the world already. I've established an automated CI pipeline for easy and conv...

Usserr by Associate
  • 753 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F411CE USB CDC BlackPill

I have a blackpill board with STM32F411 48 pins IC and CubeMX/CubeIDE at lastest versions. The USB is configured as device CDC, no Vbus.​When I flash the board with generated code ​and plug USB in Windows 10 I get an error "invalid device descriptor"...

LPrat.3 by Associate II
  • 2180 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F4 + CubeMX, USB CDC + MSC = is it possible?

Hi,I'm using STM32F407VG on STM32F4 DISC board and CubeMX. I want to have USB in CDC and MSC mode, but I can't find how to configure it in this mode. Is it possible to do using CubeMX?If not, can I do it using HAL? Thanks!

bmak by Senior
  • 1256 Views
  • 4 replies
  • 1 kudos

Hi, i am working on STM32L073 controller. I am using USB interface to communicate between host (docklight in my case) and controller. I am facing issue related to endianness here.

following packet i am sending from host to controller-02 01 00 02 01 02 03 04 00 01 00(first two bytes are packet type)-controller is expecting that value as 0x0102 but due to endianness mismatch when sent as 0x0102 its interpreted as 0x0201.so every...

BChav.1 by Associate III
  • 540 Views
  • 1 replies
  • 0 kudos