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

CubeMX Custom USB Hid Receive Data

Posted on April 05, 2016 at 16:11Hi Everyone I develop USB Hid application on STM32L0.I sent to data STM32 to Computer.But I m not receive any data from computer.Which CubeMX api I am use or how can i write my own function for receive data from usb...

STM32CubeMX 4.14.0, USART AND UART

Posted on April 03, 2016 at 13:45I generated code with CubeMX 4.14.0 for STM32F4 USART1. What I got is mainly for UART.In stm32f4xx_hal_conf.h, UART module is included, not USART&sharpdefine HAL_UART_MODULE_ENABLED//&sharpdefine HAL_USART_MODULE_ENA...

STM32F429i Disco SPI driver for Display

Posted on April 03, 2016 at 14:24Hello everybody, I would like to ''free'' some peripherals in the SMT32F429i-DISCO and drive the ili9341 display in SPI mode instead of LTDC. I'm working with CubeMX to init the SPI5 and DMA for the SPI transfer. Aft...

marabini by Associate
  • 514 Views
  • 1 replies
  • 0 kudos

CubeMx 4.14 F4 1.11 Virtual COM Port Problem

Posted on March 27, 2016 at 22:57please read my post under [DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Java/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Java/STM32%20Virtual%20Com%20Port%20problem&FolderCTID=0x01200200770978C6...

taraben by Senior
  • 493 Views
  • 2 replies
  • 0 kudos

STM32F2xx_HAL_Driver : error in the driver for uart

Posted on March 25, 2016 at 11:22Hi,I use a CubeMx V1.0, version 4.14.0.Firmware Package SMT32F2 family, V1.3.0 / 20-November-2015In my opinion, there is an error in the file stm32fxx_hal_uart.c, in HAL_UART_Transmit function.The problem is the bloc...

Some warnings in CubeMX(stm32f100 and stm32f427)

Posted on March 24, 2016 at 20:33Hi, When compiling my project raises some compiler warnings. I use a makefile to compile with the following settings: WARNINGS_FLAGS  = -Wall WARNINGS_FLAGS += -Wextra WARNINGS_FLAGS += -Wfloat-equal WARNINGS_FLAGS +...