STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added 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
  • 661 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
  • 787 Views
  • 3 replies
  • 0 kudos

Resolved! RTOS. osMailQId bug.

I got an interesting bug when working with the queue (STM32CubeMX 5.6.1 + lib 1.25 in STM32F407VGT6):typedef struct{ uint8_t* data; uint16_t len;} message_t;uint8_t str[] = "hello\n"; for(;;) { message_t* message; if ((message = osMailAlloc(ComOutput...

0693W000003OqkkQAC.jpg
NorfLoud by Associate III
  • 464 Views
  • 1 replies
  • 0 kudos