STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

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

SDIO,SD1bit,UART4 Disable.

​I want to use uart4_tx and sdio at the same time.But, in cubemx(6.2.1),SDIO->Mode: SD 1 bitUART4->Mode: only Disable.​

MShao.1 by Associate III
  • 1815 Views
  • 10 replies
  • 0 kudos

STM32CubeID V1.6.1 horrible performance

Hi,The actual version of STMCubeIDE has a horrible performance bug, when I change any IP in the MX view. When I change something, it needs min 30 seconds up to 90 seconds A simple activation of CRC IP needs ~35 seconds. This happens with 2 different ...

Osto by Senior
  • 1228 Views
  • 9 replies
  • 1 kudos

STM32H7 SDMMC1 / FatFs / MDMA Not working

Hello,does anyone have experience with using SDMMC1 (1 bit-mode) and FatFs with enabled dma template on a STM32H730VBTx controller?Without dma template I got it working (but it is requiered for FreeRtos)I am using CubeMx in Version 6.1.1Sorry, I am n...

MBrön.1 by Associate
  • 1724 Views
  • 6 replies
  • 1 kudos

F3 Discovery Analog not configuring DMA correctly

I am trying tio use DMA on 3 different channels under DMA. The cube configurator seems to be incorrecta) It does not see that an ADC is configured and make it greenb) The code produced does not clear the DMA Half Complete interrupt c) The IDE configu...

shorai by Associate III
  • 497 Views
  • 0 replies
  • 0 kudos

I cannot find a program example (HAL_TIM_IC_CaptureCallback() for the input capture mode described in 14.3.6 PWM input mode (13902_STM32_ReferenceManual_11.pdf ). The attached user code works as I expect, but it is unclear to me if everything is correct.

volatile uint32_t udwIC1_Val1 = 0;volatile uint32_t udwIC2_Val1 = 0;volatile uint16_t uwDuty_Cycle = 0;void HAL_TIM_IC_CaptureCallback(TIM_HandleTypeDef* htim){ if (htim->Channel == HAL_TIM_ACTIVE_CHANNEL_1) { udwIC1_Val1 = htim->Instance->CCR1; udwI...

0693W00000APLUMQA5.jpg
RGünt.1 by Associate II
  • 767 Views
  • 2 replies
  • 0 kudos