STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32F4 Memory Card Interface Issue

Posted on February 22, 2017 at 14:43Hello. I am trying to integrate SD Card (Transcend 4GB) with STM32F407 Disc board. I had followed all previous discussion & made corrections yet i am getting Error. I have attached my clock configuration, Pin diag...

Resolved! CubeMX creates broken SystemClock_Config()

Posted on November 04, 2016 at 13:42 In STM32Cube MX 4.17 I have set up an empty STM32L476 Nucleo project with and created code for the Low-Layer API. The parameters were: LL_PWR_REGU_VOLTAGE_SCALE2LL_RCC_MSIRANGE_8 The function System...

STM32CubeMX 4.19.0 Code generation issue

Posted on February 26, 2017 at 19:34Hi.I have noticed some problems when generating code using STM32CubeMX 4.19.0. I included the zipped project in the attachments. In the Src/main.c file it generates the declaration of the FSMC init functionstatic ...

petoknm by Associate II
  • 919 Views
  • 4 replies
  • 0 kudos

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
  • 1477 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
  • 1905 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...