STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

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
  • 291 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
  • 323 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 +...