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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

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
  • 577 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
  • 620 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 +...

stm32cubeMX and Eclipse IDE

Posted on September 05, 2014 at 14:53Hi, stm32cubeMX is a very convinient tool that generates code and projects for some commercial IDEs. Unfortunatelly I'm not using those IDEs so I'm left alone with a huge amount of C Code and no instructions how ...

slawek2 by Associate II
  • 1241 Views
  • 4 replies
  • 0 kudos

Bug in CubeMX with FATFS on SD-Card and FreeRTOS

Posted on February 16, 2016 at 14:58The MX_FATFS_Init function is beeing called in the main function and again in the default task. After the second call the SD_Path is invalid. I'm using CubeMX 4.13.0 with the STM32F417IGH6, the configuration is in...