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

Uses FreeRTOS functions checkbox in CubeMx

Posted on July 13, 2017 at 10:03Hello there,I am using CubeMx with FreeRTOS for a while now. I am still not sure how does the checkbox ''Uses FreeRTOS functions'' works under NVIC Configuration settings:I would appreciate an explanation on what does...

0690X00000607WyQAI.png

cubemx modify the project properties problem

Posted on April 08, 2017 at 11:03Hi. I'm using STM32CubeMX V4.20.1 and System Workbench for STM32(SW4STM32) now.Actually I use CubeMX plugin for SW4STM32.the problem is...when I click 'Generate Code' after changing the gpios or timers or any changes...

Jisu Kim by Associate II
  • 376 Views
  • 5 replies
  • 0 kudos

STM32CubeMX USART Limitation/Bug Report

Posted on July 06, 2017 at 19:06Hi. I have noticed that STM32CubeMX has some limitations when configuring a USART for synchronous mode. I am using a STM32F413RGTx running at 100 MHz.I am configuring USART3 for synchronous transmit/receive (pseudo SP...

Resolved! USBD_CDC_INTERVAL not used

Posted on December 06, 2016 at 18:20The define USBD_CDC_INTERVAL in usbd_conf.h generated with CubeMX is not used anywhere in the project. It was used in the old USB Library in the usbd_cdc_core.c SOF-Function, which no longer exists.#f4 #usb #cubem...

CubeMX code for Nucleo32 L432KC does not build

Posted on July 04, 2017 at 18:33Repro steps... Create a new CubeMX project, selecting the Nucleo32 L432KC board.In settings give it a name and select to generate code for the 'System Workbench for STM32' selecting SW4STM32Generate the code and open...

Resolved! CubeMX: Where to place own source/header files?

Posted on June 23, 2017 at 15:24Hey guys,i just created a project for the STM32L4 Discovery Board with CubeMX (I'm using Atollic TrueStudio). I assume that CubeMX always generates the same structure, namely the folders 'Drivers', 'Inc', 'Src', 'star...