STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available.What is new in 6.13.0:Added support for the following series, microcontrollers and microprocessors:STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the support for ...

BUG: CubeMX fails to support timer PWM modes

Note: This is still broken in RubeMX 5.4.0Note: I am using the CubeMX plug-in within the STM32CubeIDE, not the stand-alone CubeMX.RubeMX shows only 5 of 7 possible timer channel modes. It fails to show PWM modes. Attached IOC shows problem (try to se...

Low frequency square wave with distortion

Hi, I'm new with stm32 and I want to get a simple 1Hz square wave in a NUCLEO-F446RE using CubeMX for the initial config. The code is so simple that I can't figure out where the problem is.I just do: while (1) { HAL_GPIO_TogglePin(GPIOA, GPIO_...

0690X00000Aqr8qQAB.jpg 0690X00000Aqr90QAB.jpg

BUG: CubeIDE 1.1.0 hangs on debug "detach"

Using Segger j-link on F437. STM32CubeIDE Version: 1.1.0Build: 4551_20191014-1140 (UTC)OS: Windows 10, v.10.0, x86_64 / win32Java version: 1.8.0_202When debugging, clicking on the "Detach" icon hangs the IDE, and I have to then kill it with Task Mana...

0690X00000AqSMOQA3.png 0690X00000AqSLzQAN.png

Resolved! Some CubeMX commands don't work anymore.

I use the CubeMX command-line interface. Normally I put my script in a file, and run it like this:java -jar "C:\path\to\STM32CubeMX.exe" -q "C:\path\to\myscript.txt"But before doing that, I test the script commands one-by-one in the interactive mode....

0690X000006CTOAQA4.png

Resolved! USB CDC Problems on windows 10

Hallo everyone, I have an Olimex Dev Board with the STM32F407ZGT6 on it. I implemented the USB Middleware as VCP (Virtual COM Port) and it worked perfectly well on my windows 7 PC. Since I migrated to windows 10 I've been unable to connect to the V...