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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

[STM32F746] UART Interrupt using CubeMX generated code

Posted on January 20, 2017 at 01:51 I want to get UART Interrupted data to vary LED blinking speed. For example,If I send 1 then speed 100ms or send 2 then speed 200ms. I made a cod using CubeMX and Interrupting with just pressing ''Enter''...

0690X000006065kQAA.png 0690X000006065pQAA.png 0690X000006065uQAA.png
?? ? by Associate
  • 609 Views
  • 1 replies
  • 0 kudos

Resolved! CubeMX Bug Report: HAL for STM32L0 series

Posted on July 20, 2016 at 09:43Hi, in the last time I played with the power modes of the STM32L0 and discovered an issue with the GPIO-HAL driver. The used version of the HAL is 1.7.0 with a STM32L053 nucleo board. I discovered that the initializat...

dost by Associate II
  • 760 Views
  • 2 replies
  • 0 kudos

Cubemx 4.18 ADC Configuration change

Posted on December 21, 2016 at 14:31Good morning,In my project I use STM32F303RC and I have two ADCs working with DMAs and triggered by a timer. ADC1 has two analog channels to be sampled, ADC4 only one. While I was working with CubeMX 4.17 I had no...

Bug Report: CubeMX 4.11 EWARM User Files

Posted on October 23, 2015 at 16:47There seems to be a bug in the new 4.11 release of STM32CubeMX. Previously in 4.10, regenerating an EWARM project with CubeMX kept the files manually added to the project. Now in 4.11, regenerating an EWARM project...

wrong return value for osSignalWait ?

Posted on October 17, 2016 at 21:38 Hi ! I'm using freeRTOS with STM32CubeMX. While playing with signals for inter-thread communication I came across the different return value of function osSignalSet() The CMSIS standard ...

CubeMX with OpenJDK 9

Posted on July 26, 2016 at 20:38Hi, I tried to install CubeMX 4.16.0 on Linux Mint 18.0 running OpenJDK 9 but I get the attached error log. Any suggestions what am I doing wrong? Regards, Markus #linux #cubemx

dost by Associate II
  • 1354 Views
  • 3 replies
  • 0 kudos

CubeMX bug report: error in generating stm32f4xx_it.c

Posted on August 02, 2016 at 18:01Hi,If in NVIC Configuration -> Code Generation, none of the IRQ handlers are selected, the generated stm32f4xx_it.c file is not generated, but reads a java backtrace:/* Includes -------------------------------------...

Resolved! Selecting 8MHz clock on Nucleo-64 in STM32CubeMX

Posted on January 04, 2017 at 07:53I'd like to migrate a project from using the internal RC on the STM32F091RC to the 8MHz HSE clock that comes down from the on-board ST-LINKV2's MCO signal.  I use STM32CubeMX to generate SystemClock_Config().  On t...