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

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
  • 828 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
  • 1004 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
  • 644 Views
  • 1 replies
  • 0 kudos