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: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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

STM32Cube IDE I2C does not work

I'm using the STM32Cube IDE latest version. The code generated for I2C doesn't work, hangs waiting for flag. My device is STM32F407VE, I'm using I2C1 (PB6, PB7). The slave sends a valid ACK but then everything goes quite with SDA SCL both low. I conf...