STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

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

Extremely slow CubeMX in Clock View on OSX.

Posted on December 06, 2016 at 21:19Cube slows down the point when it is pretty much very hard to use. Sometimes clock resolver ends up in an continous loop which leads nowhere. Also on chips with more pins like BGA packages Cube slows down noticeab...

ChrisH by Associate III
  • 1037 Views
  • 10 replies
  • 0 kudos

USB-FS MSC Slow Writing Speed

Posted on March 05, 2017 at 20:12Hi,I'm using STM32F4 as a USB Host for writing data to a mass storage (flash drive) in FS mode using CubeMX. As we know USB-FS nominal speed is 12Mbit/s and I set this speed in CubeMX for my application. However, the...

Resolved! [BUG]STM32CubeMX - Project loading

Posted on January 27, 2017 at 10:38I use STM32CubeMX ver. 4.19.0.I've configured DMA channel for I2S peripheral and saved the project. But when I try to open it again I get this warning:The project is attached.#bug #i2s #stm32cubemx #dma

0690X000006069mQAA.png
Eugene S. by Associate III
  • 1284 Views
  • 10 replies
  • 0 kudos

CubeMX, STM32L476, USART Parity problem

Posted on February 15, 2017 at 12:22Hello everybody,I encountered the following problem when generating code from CubeMX for the USART peripheral of a STM32L476QEIx:SETUP: STM32CubeMX 4.19.0CubeL4 Version 1.6.0CPU STM32L476QEIxPROBLEM: USART1 is c...

STM32CubeMX generates broken SW4STM32 code

Posted on December 31, 2016 at 08:52 Hi, I've created a very simple project in STM32CubeMX for the F3DISCOVERY board. The only things I changed from the default are enabling MCO, and setting the PLL multiplier to When I import the code into S...

jeremyh by Associate II
  • 1768 Views
  • 10 replies
  • 0 kudos

CubeMx and Discovery L1

Posted on January 21, 2017 at 19:42I'm trying to get familiar with CubeMX and STM32 development process and I'm a bit puzzled with the L1 Discovery.To do so, I'm trying to 're-create' the demonstration FW shipped with the board using CubeMX.When cre...

CubeMX Uart

Posted on February 24, 2017 at 11:30Hi There seems to be a bug in the uart driver for the STM32L0, STM32F7 and STM32F4 but not for the STM32L1The bug is that you can't send while receiving on the uart:The code for STM32L0, STM32F7 and STM32F4:HAL_St...

spa23 by Associate III
  • 264 Views
  • 0 replies
  • 0 kudos

STMcubeMX don't generate code for DMA

Posted on February 21, 2017 at 23:10Hi.I am trying to generate code via STMcubeMX for UART via DMA. I have configured the UART and DMA correctly to my liking, but when I press generate source code the only code for the DMA is:/** * Enable DMA contr...