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

How to use usart + dma ?

hi, Dear, how can I use usart + dma? I make the project by stm32cubeMx and add some code in main function as below: but it run fail and show a dma transfer error(Show as addition files: RunHere.png). Looking for your reply , Thank you!    /* Infinite...

lldr.1 by Associate
  • 1702 Views
  • 3 replies
  • 0 kudos

CubeMX problem in USB Host Enumeration with STM32F105.

Hi,Currently I'm working with a CubeMX project in which STM32F105 acts as a USB Host and communicates with USB flash drives. The problem is after detecting attached device and getting device speed successfully the enumeration stage fails. Tracing dow...

Resolved! How can I set Interrupt priority with STM32CubeMX 6.0.1?

If I natigate to "Pinout & Configuration > System Core > NVIC" I get a table of interrupts. This table shows those which have been enabled, their preemption priority and subpriority. Some of the priority entries have a note "Managed by RTOS". Yes I a...

Mike xx by Associate III
  • 2384 Views
  • 1 replies
  • 1 kudos

I'm using S32cubeMX to create a project for a stm32L010; on a proprietary board we connected a SPI ST mems to USART2. I have 2 questions 1) I can't select MSBFIRST bit using standard HAL drivers. 2) it seems USART2 tx/rx lines have an internal shortcut

1) CubeMX create a usart type port, without opportunity to use UART_AdvFeatureConfig(); I implemented by myself the setting of MSBFIRST bit and works fine.2) using USART2 in synchronous mode, on the read operation tx and rx lines are exactly equal a...