STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! STM32H750 SDMMC & IDMA issue

I have code running on an STM32H750 which uses the HAL drivers to stream audio from a microSD (SDMMC + IDMA) to a DAC (SAI + DMA). I’m doing mostly mostly 16-sector reads, at a rate of about 300 reads per second (28 16-sector reads every 93 ms). The ...

The time-out time of flash operation is fixed 50000ms

I use STM32CubeMx to generate a project, in this project the FLASH_TIMEOUT_VALUE value is 50000ms by default.I want to know why STM32CubeMx set 50000ms as its value? It was used in this function:HAL_StatusTypeDef FLASH_WaitForLastOperation(uint32_t ...

Agao.1 by Associate II
  • 511 Views
  • 3 replies
  • 0 kudos

Resolved! I want to use timer interrupt for some operations in my application.But i am unable to set the exact parameters for timer..I am using two timers...TIM7 for 1ms & TIM 14 for 20 ms...what should be the setting for prescaler & period?

Please find the details below:Part - STM32F072VBstm32cube mx for code generationtimer clock - 24MHzstatic void MX_TIM7_Init(void){ /* USER CODE BEGIN TIM7_Init 0 */ /* USER CODE END TIM7_Init 0 */ TIM_MasterConfigTypeDef sMasterConfig = {0}; /* USER ...

Bs.1 by Associate II
  • 624 Views
  • 3 replies
  • 0 kudos