STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Failed to use STM32CubeMX+H743+SDMMC+DMA+FATFS

Hello. I am using CubeMX to generate project and code. Without using DMA I can write SD card successfully, while I enable DMA f_open will wait for 30 seconds ( timeout) and fail with an Error 1 output.The CubeMX project is in the attachment.I need yo...

wjiac.1 by Associate II
  • 605 Views
  • 3 replies
  • 0 kudos

USB_OTG_HS Mass storage using internal DMA does not work

Hi all,I am implementing Mass Storage class device with USB_OTG_HS. The implementation is configured from CubeMX and works perfectly until I enable USB_OTG_HS internal DMA. As soon I do this everythig stops, and no functions from usbd_storage_if.c ar...

DmRozhd by Associate III
  • 411 Views
  • 2 replies
  • 0 kudos

I am new of the bluetooth argument. My application is based on STM32F411. I need to communicate with an external HCI bluetooth board via UART, but I do not find the correct stack for doing that.

I try to configure my project by Cube MX enabling additional software X-CUBE-BLE2 as start point. When I try to compile I get the error "hci.h not found". I think something is missing, but all the code is Cube generated,Is there a ready to use HCI st...

GGuer.1 by Associate II
  • 627 Views
  • 5 replies
  • 0 kudos

Bug in stm32l4xx_hal_conf.h template file

Hi, I just noticed that if Enable Full Assert option is enabled in the Project Manager, the generated stm32l4xx_hal_conf.h file has the following definition for assert failed:void assert_failed(char *file, uint32_t line);Which conflicts with the othe...

MVigni by Associate II
  • 888 Views
  • 7 replies
  • 0 kudos

Adding Peripheral Comment Field to CubeMX:

Could you consider adding the following feature to CubeMX:Provide a free text comment field for each peripheral to be printed in the PDF and to appear as a C Language comment above the peripheral initialization code block and DMA code block.This woul...