STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 330 Views
  • 4 replies
  • 5 kudos

USB CDC breaks on heavy load

Posted on May 30, 2017 at 19:08Hi,I'm currently evaluating the STM32F072 Discovery. We are tending moving from ATXMega to ARM and I have to verify if the device is fitting our needs, before investing more time in learning a new architecture.I succes...

Klaus U by Associate
  • 1952 Views
  • 3 replies
  • 0 kudos

STM32H743 TIM2 input compare

Posted on May 19, 2018 at 10:48Hi,I can not get the input compare mode working as expected. I need to use TIM2 CH1 as trigger to measure the frequency of external pulses. I have used the methode on a STM32F091 where it works fine.RCC and GPIO are in...

CubeMX install on Mac Sierra

Posted on December 06, 2016 at 09:52I am trying to install CubeMX 4.18.0 on my Mac (Sierra), opening the installer appears to do nothing, if launched via spotlight i get a warning stating unable to open the programm.#cubemx #macos #sierra

FREE_RTOS

Posted on May 24, 2018 at 12:53Hey,I am getting started with FreeRTOS on NUCLEO-FO72RB.i set UART communication using DMA.i would like to writre tu UART from muliple taske using queue with size of 16 items;so i created 3 tasks.- one task1 to receive...

C++ interrupts from cubeMX generated project

Posted on May 25, 2018 at 04:37I have discovered that renaming stm32f4xx_it.c to stm32f4xx_it.cpp in sw4stm32 causes interrupts to no longer work even after converting the project to C++.I have attached a minimum project for sw4stm32 that demonstrat...

Resolved! Generate conditional Init with CubeMX

Posted on May 22, 2018 at 21:29Hi,Is there a way to generate a condition inside the initialization code generated by CubeMx in TrueSTUDIO?I want to do something like this inside the MX_SPI2_Init() :    if (HAL_GPIO_ReadPin(GPIOI, GPIO_PIN_11) == GPI...

Bug On CubeMX 4.20.1? STM32F407 Triple Mode and DMA

Posted on April 07, 2017 at 16:53Hi all!I want to you use all of the ADC of the STM32F407VG in triple regular simultaneous mode and to save a buffer of samples in RAM with DMA.I configure everything with CubeMX and when I debug it, I cannot access m...