STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

USE_USB_FS define in v1.25.0 not generated in Makefile

Firmware package v1.25.0 introduced new define for USB stack called USE_USB_FS. This isn't generated anywhere even when USB speed in CubeMX is set to "Device Full Speed 12MBit/s". Previously, the following defines have been used (and they still are!)...

paradajz by Associate
  • 491 Views
  • 3 replies
  • 1 kudos

Resolved! Bugs for STM32H723H

CubeMX doesn't let change the speed for the LTDC Pin PB11 to High, it only accepts "low",When activating the ADC3, the init has 3 lines wrong:static void MX_ADC3_Init(void){.. /* Peripheral clock enable */ __HAL_RCC_ADC12_CLK_ENABLE(); ->> Should be...

Marco.D by Associate II
  • 482 Views
  • 2 replies
  • 0 kudos

Hi, i'm a beginner and need some help. I bought a nucleo g474 Board and followed 2 startup how tos. Keil + Cubemx. When i produce the initialisation code i always get the error in the stm32g4xx_ll_fmc.c file Does anybody know what im doing wrong?

C:\Users\marti\AppData\Local\Arm\Packs\Keil\STM32G4xx_DFP\1.1.0\Drivers\STM32G4xx_HAL_Driver\Src\stm32g4xx_ll_fmc.c(176): error: #20: identifier "FMC_NORSRAM_TypeDef" is undefined HAL_StatusTypeDef FMC_NORSRAM_Init(FMC_NORSRAM_TypeDef *Device, FMC_NO...

Thomas1s by Associate II
  • 956 Views
  • 9 replies
  • 0 kudos

Resolved! osMessagePut usages in UART ISR

Hi.I'm using STM32F746-DISCOVERY EVM with CubeIDE (v1.4.2)I'm trying to send uart rx char via osMessagePut API in uart ISR to other task which waits uart que.in uart isr callback, when I get rx char, I send rx byte via osMessagePut ().void HAL_UART_R...

0693W000004KKLoQAO.jpg
louiey by Associate II
  • 631 Views
  • 2 replies
  • 0 kudos