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

Generate adjustable single short pulse (using timer ?)

Hello,I want to generate a single short pulse (adjustable between 100 ns to 1ms). What is the best way ?I think we should use timers, but which mode ? (which CubeMX configuration ?)Moreover I tried to configure one-pulse mode but I can't find documen...

SDMMC1 on stm32H743ZI _ fails!

Hi, i need help in my project. I have a problem with SDMMC1 and fatfs. My goal is to be able to write a txt file on the sd cardDoes someone have an example that works correctly?im using stm32cubemx 5.2.1 and atollic ide.thanks

dresc by Associate II
  • 454 Views
  • 2 replies
  • 0 kudos

Problem with STM32F4 External Interrupt executes repeatedly

Dear All,i encountered a problem with STM32F407ZGT6 in working with external interrupt.i do this by STM32CubeMX and MDK ARM V5.i configure a pin ( PF1 ) as external interrupt mode with rising/falling edge trigger detection. i set it internally pull d...

RShar.17 by Associate II
  • 2198 Views
  • 4 replies
  • 0 kudos

CubeMX USART DE config incorrect - STM32F091

Using RS485 driver enable, specifically on USART 7 and 8, the CubeMX generated code needs to add in MspInit:GPIO_InitStruct.Alternate = GPIO_AF1_USART7;GPIO_InitStruct.Alternate = GPIO_AF2_USART8;respectively.

IHave by Associate
  • 353 Views
  • 0 replies
  • 0 kudos

STM32L476 USB Disk

I want use STM32L476 for USB Disk application.When Test USB 8GB is OK, but 16GB is Not work.Check USB fail.Anyone know where problem?In CubeMXUSB_OTG_FS : Host_Only, VBUS sensingMiddleware USB_HOST : Mass Storage Host Class & default setting(no chang...