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

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
  • 855 Views
  • 4 replies
  • 0 kudos

DMAContinuousRequests option does not appear on STM32Cube when setting up ADC with DMA. Therefore I can't make ADC work with DMA.

I am using the NUCLEO-H743ZI board. And I'm using STM32CubeIDE Version: 1.3.1Build: 6291_20200406_0752 (UTC) It has 3 16-bit ADCs, none of the three seem to have DMAContinuousRequests in the ADC settings:The DMA Settings tab is populated as follows:I...

0693W000001cIOfQAM.png 0693W000001cIPJQA2.png
FG by Associate
  • 831 Views
  • 1 replies
  • 1 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
  • 684 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...