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

fsfat with freeRTOS

I am using NUCLEO-H743ZI2. I am using STM32CUBEIDE v1.7 with h7 v1.90 to config a application to work with MicroSD card (SDMMC1). After I use stm32cube to config FsFat sdmmc1 , mdma and freertos v1.2. However, the program doesn't work properly. at th...

0693W00000DlRy9QAF.png
yang hong by Associate III
  • 620 Views
  • 3 replies
  • 0 kudos

Resolved! SYS is in conflict with TIM2_CH1

Hello, MCU: STM32F105VCI am going to use TIM2 to operate in encoder mode with two input channels (combined TI1 & TI2).SYS shows a conflict with TIM2. How can I fix the conflict?Thank You.

NASI by Senior
  • 909 Views
  • 2 replies
  • 0 kudos

Series of measurements with ADC and DMA on STM32H743

Hi. Can you tell me, why I don't get interrupt from completed measure of ADC. I need to make 200 measeurements using DMA. I have configured settings in CubeMX. You can find them on the screenshot and the part of the code where I run and call it. The ...

DBrau.2 by Associate III
  • 1954 Views
  • 5 replies
  • 0 kudos

Resolved! .

wwgww by Associate II
  • 626 Views
  • 2 replies
  • 0 kudos

FLASH_SR CFGBSY flag is set after calling HAL_ADC_ConfigChannel() to configure internal temperature sensor on STM32G071

Im initializing my ADC peripheral using the generated MX_ADC1_Init function. At the end of the function, the following snippet is executed:sConfig.Channel = ADC_CHANNEL_TEMPSENSOR;   if (HAL_ADC_ConfigChannel(&hadc1, &sConfig) != HAL_OK) { Error_Hand...

CHoel.2 by Associate
  • 628 Views
  • 3 replies
  • 0 kudos

STM32H7 1.9.0 MDMA request not initialized

Specifically I've noticed it with the octospi, but it's also impacted at least software requests.For example, my MDMA config has hmdma_octospi1_fifo_th.Instance = MDMA_Channel1; hmdma_octospi1_fifo_th.Init.TransferTriggerMode = MDMA_BUFFER_TRA...

DShekter by Associate III
  • 950 Views
  • 3 replies
  • 0 kudos