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

Resolved! STM32CubeIDE & MX integrated

Hi,I have some problem with STM32CubeIDE, since when I start a new project everything works well as long as I delete the file: "home/STMCubeIDE/workspace_1-13.1/.metadata/.plugins/.org.eclipse.e4.workbench/workbench.xmi".However, when I exit the proj...

Fendo59 by Associate III
  • 5325 Views
  • 20 replies
  • 1 kudos

CDC_Standalone for STM32CubeU5

When will STM32CubeU5 have an example OTG_HS CDC_Standalone application?  I've use the example CDC_Standalone app from the many other STM32Cubes, but the M33 core appears to have a few significant differences.  Banging my head on the wall.That is, ST...

BillyBob by Associate II
  • 1510 Views
  • 3 replies
  • 0 kudos

Simulink and STM32H747XI

Anyone have a guide or how to setup a Arduino Giga R1 board in CubeMX with the intention to use with Matlab/Simulink? I found this online: https://github.com/szabo-tamas/GigaR1InitI have attempted to remove functionality for a more simplistic attempt...

Resolved! CubeMX problem when gen code for H563

making new project for H563 cpu has problems:1. output as makefile is greyed out - why ?2. output for stm32cubeIDE is possible, but output shows problem:what can i do now ?

AScha3_0-1693501411188.png
AScha.3 by Chief III
  • 900 Views
  • 2 replies
  • 0 kudos

Resolved! Pin assignments

Hi, I am using the Nucleo-F767ZI, when I am asigning a function to a pin (PD2) this make unselect the pin PG2, when I reassign the pin PG2 this makes the PD2 is deselected, the same when I try with the PF2, what is wrong? this using the graphic inter...

Debug error when connecting to STM32U5

Hello,I am trying to connect PEMicro Cyclone Fx to STM32U535RB and I get below Error in IAR. Though, debugger hits the breakpoint and starts the debug session successfully, I would like to understand what that error means. Can anyone help me understa...

HDevi1_0-1692895722128.png HDevi1_1-1692895936848.png
HDevi.1 by Associate II
  • 767 Views
  • 2 replies
  • 0 kudos

Resolved! CubeMX HAL_Tick missing

HiWhen I Generate Code i find that HAL_Tick code is not generated and I am required to manually add code to get any MX code to work (given many _Init functions rely on HAL_Tick).  I add the code, below, to a USER_CODE area but I don't see why I shoul...

MRobe.1 by Associate III
  • 1994 Views
  • 9 replies
  • 2 kudos

VSCode Exception in Reset Handler

I'm attempting to debug some code using Vscode and the STM32CubeCLT tools. I've Vector Table has been relocated to 0x8008200. Using the STM32CubeIDE, I have no problem debugging the software once I set the location of the Vector Table. However, if I ...

zetanaught_0-1693346712026.png