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! L4 TSC CubeMX Bug??

Hi, when I generate code for the SMT32L412RBTxP using TSC with CubeMX  I get duplicated entries in tsl_user.h.One channel does not work. So I edit Channel 2 to use the missing group and IO:It now works, but when code is regenerated with CubeMX it ove...

TSL_user_H_Error.JPG TSL_user_H_Fix.JPG
Lanceh by Associate II
  • 295 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H745 FDCAN Clock Frequency

Greetings, I've been using FDCAN on STM32G0B boards at 64Mhz. I'm trying to configure an STM32H745 and it seems that the maximum clock frequency for FDCAN is 50MHz? 50Mhz itself is a very strange frequency and bitrates cannot be solved well using t...

0693W00000Nqmk3QAB.png

Resolved! User Labels ... sticky/pinable/lockable?

When I change a pin configuration, the user-label I'd previously given the pin is removed and it reverts to the default.That seems to me to be a wrong behaviour ... I think it should stick be default, or should have an option to lock it.This was rais...

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

Resolved! I lost all my code after regeneration using CubeMX!

Dear ST Hello,what is the best way to use CubeMX without any deleting functions in CubeIDE?For code added to the main file, it's clear to use /**User */ comment guidelines but, for functions, should i create another file or module for my functions?T...

Resolved! STM32H7 CubeMX critical codegeneration bug (RCC+LL)

Bug:CubeMX codegeneration for the RCC (clock module) may lead to hardfault during clock initialization.I have a minimal example IOC (attached).This faults during RCC initialization (in SystemClock_Config), after LL_RCC_SetSysClkSource(LL_RCC_SYS_CLKS...