STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32CubeMX 6.12.1 released (updated)

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

[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
  • 415 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...

STM32F103C8T6 ADC DMA Strage Readings

Hello everyone,I have a circuit that measures 6 adc inputs from various voltage readings. I've got 3x4 pcs 7 segment displays and 4 buttons on the circuit. Tim1 is working on 100uS to generate a 100us tick and display scans.the thing is when I left ...

e-zeki by Associate III
  • 909 Views
  • 8 replies
  • 0 kudos

Missing HAL files on new and old project

Happens in an old project created with an older version of cubemx and going to a new one. When I create a new project with pin interrupts, it defines #ifdef HAL_EXTI_MODULE_ENABLED #include "stm32f0xx_hal_exti.h" #endif /* HAL_EXTI_MODULE_ENABLED ...