STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 601 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
  • 1293 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 ...

HAL_UART_RxCpltCallback() Not called in STM32F411VET

Hi, I've an STM32F411VET and CubeMX 5.5.0.I need to read data from uart2, but callback (HAL_UART_RxCpltCallback) isn't called.- In POLLING mode the usart2 works fine but this method isn't appropriate for me.- In INTERRUPT mode, I can send data but do...

SDall.11 by Associate III
  • 606 Views
  • 1 replies
  • 1 kudos