STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

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
  • 163 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
  • 167 Views
  • 2 replies
  • 0 kudos

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