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

Null pointer exception in Eclipse when opening IOC file

When running /opt/st/stm32cubeide_1.8.0/stm32cubeide under Ubuntu 20.04.3 LTS, I get the following NPE when double-clicking on the ioc file. Nothing happens at the UI level. I include the ioc file that makes the program crash in case it could be usef...

JLemi by Associate III
  • 571 Views
  • 0 replies
  • 0 kudos

How to receive data from host under the STM32 Mass Storage FS?

Hi all, I am newbie in this field.Using the STM32CubeMX V6.3 to create a virtual memory stick and working well under win7/10.Using the sample code I can easily to send data to host as followingfunction sendDataToHost(...){ USBD_MSC_BOT_HandleTypeDef ...

JLee.64 by Associate II
  • 712 Views
  • 2 replies
  • 0 kudos

Resolved! Using ADC with DMA on H7 causes DMA transfer error

Hello,I am trying to use circular DMA to transfer data from ADC1 into a buffer using CubeMX-generated code to configure the ADC and DMA. The DMA stream encounters a transfer error on transferring the first item.The device is an STM32H743.Using a debu...

MMevo.1 by Associate II
  • 2031 Views
  • 3 replies
  • 0 kudos

Resolved! STM32G4 RX DMA not working

I have a Nucleo board https://www.st.com/en/evaluation-tools/nucleo-g491re.htmlI have configured USART1 on PC4 and PC5 in STM32CubeMX, with interrupts and RX DMAI can send but not receiveI was able to get it working on a discovery board before with t...