STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Resolved! Setting VREF voltage in CubeMX not working for STM32G4

I'd like to report 2 bugs/errors in CubeMx and the documentation in the stm32g4xx LL driver file:Setting the "Internal Voltage reference scale" in the "SYS" menu of CubeMX to SCALE2 (2.9V), won't take effect and the selected value always falls back t...

MScho.1 by Associate III
  • 1616 Views
  • 6 replies
  • 0 kudos

STM32CubeMX: generate buggy SystemClock_Config() ?

Using STM32Cube MX 5.5.0 and STM32Cube FW_H7 V1.6.0 I observed two curious things1) When I use LL drivers to generate a project, the function SystemClock_Config() contains:/* Intermediate AHB prescaler 2 when target frequency clock is higher than 80...

Ethernet failed over RTOS on Board NucleoF767ZI

Hi All, I have a problem on Ethernet connection while using RTOS, I tried to figure it out but no positive result. Everything is fine (Ethernet is working) until I use RTOS. I tried to find the solution in CubeMX example package, and this article htt...

I am working with STM32F407VGt6-DISC1, I am facing a problem in getting LSE clock frequency out of MCO1 pin, and also other external source of clock whereas the same process for internal clock measurement through i worked fined.

Here i attached my main.c file.andWhen I run my debugger , i see that my program is stucked in error handler//////////if (HAL_RCC_OscConfig(&RCC_OscInitStruct) != HAL_OK){_Error_Handler(__FILE__, __LINE__);}//////////And for measuring internal clock ...

VChou.1 by Associate
  • 702 Views
  • 1 replies
  • 0 kudos