STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

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