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

Bug Report on Code Generation for NUCLEO-G474RE

Not a big bug but I wanted to mention it as it tripped me up.I am using STM32CubeMX 5.6.1 with IDE System Workbench 2.9.1I have found that when I setup SPI DMA synchronization the request number doesn't change from 1 when I generate the code or save,...

CH1 by Associate II
  • 655 Views
  • 4 replies
  • 0 kudos

[Bug] Heap and Stack size of 0x00

The Linker Script is not being updated, if a heap or stack size of 0x00 is being written in MX and a code is being generated. Also mx.scratch won't be deleted.I'm using STM32CubeIDE v 1.3.1 and tried it on the L011F4 and L452RE controllers.To set the...

NUCLEO-H745ZI-Q missing ram space in example project

Hi,I've just received new nucleo board, created new project for this board using cubeIDE and first thing i wanted to check is how the memories are split between cores and i'm a bit confused because i'm missing atleast 500k of RAM as it's not in linke...

gasda.1 by Associate II
  • 464 Views
  • 2 replies
  • 0 kudos

Resolved! generation issue STM32CubeMX 5.6.1 - Timer init

When I generate for TIM9 input capture to measure a pulse width, CubeMX inserts correctly these two lines into the function MX_TIM9_Init: if (HAL_TIM_IC_Init(&htim9) != HAL_OK) { Error_Handler(); }Then in the stm32fxx_hal_msp.c file it inser...