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

IDE version update , compat table with MX parts CHAOS

Some months i use check update in my testing IDE 1.5.1 instalation and it reports NO UPDATE. Now in software packages arrive TouchGFX 16.1 and is marked as not compatible with IDE. Why this simple think dont work? Next part is internal IDE MX plugin ...

MM..1 by Chief III
  • 306 Views
  • 1 replies
  • 1 kudos

I have encountered an exception in CubeMX 6.2.0 migrating a project for STM32L4R7ZI CubeMX finishes the migration. the IOC file is modified. The tool seems to operate normally. If I choose "generate code" the tool crashes. What can I do to bypass this?

Java console output excerpt. 2021-03-31 17:06:02,953 [INFO] CodeEngine:229 - oldGeneratedFile, C:\Projekte\ST_IDE_15\eifel\Core\Src\spi.c_save2021-03-31 17:06:03,015 [ERROR] runtime:60 - Error executing FreeMarker templateFreeMarker template error:Th...

CubeMX code not working with USB

Hello!I have project created with CubeMX. I coded a lot there and then I wanted to add a USB CDC device with CubeMX. After code generation I compiled the project and I got an error message:../Inc/usb_device.h:61:22: fatal error: usbd_def.h: No such f...

Resolved! CubeMX - search for alternative pins does not work

In CubeMX version 6.20, board Nucleo-H743ZI2: I want to find alternatives for SPI1_MOSI. Default is PD7 but all examples use PA7.So I ctrl/click on PD7 and expect that CubeMX will show me PA7. But it does not.Well maybe it finds it, but does not show...

Pavel A. by Evangelist III
  • 828 Views
  • 5 replies
  • 0 kudos

How to compile and run in a single command? Keil Bug?

All I want to do is make a change to the code and then compile and run on the target without the debugger, ideally with a simple keyboard shortcut.Simple example using the ST NUCLEO-F030R8 board and a Keil project auto-generated using ST's STM32CubeM...