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

Cube MX Timer init Error on STM32F050R8

Posted on April 04, 2017 at 16:29Using the attached cube project TestSTM32F051R8_TimError.iocWhen I generate the source codes the CubeMx version  4.20.0 produces the following initialization code for the timers (I used only TIM1 and TIM3) but the er...

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
  • 955 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
  • 1576 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...