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

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
  • 860 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
  • 533 Views
  • 1 replies
  • 0 kudos

CubeMX seems to generate wrong code for RTC_OUT2

Target is the Nucleo G474RE board and I've tried both the CubeIDE (1.3.1) embedded CubeMX and the standalone CubeMX (5.6.0) in both cases if you enable the Calibration option and set it to "Calibration 1Hz routed to OUT2" then the signal comes out of...

Adding Additional Software Pack ARM.CMSIS 5.6.0 onSTM32H743, running on Nucleo H743ZI2, I get 'Incomplete Inclusion' error on all source files - Middleware folder.

Every time, I regenerate the code after including the above ARM file, I get an error on all source files that states 'incomplete inclusion' - enable CMSIS DSP. I have been getting around this by adding the appropriate ARM DSP libraries manually. ...

MLane.3 by Associate II
  • 1175 Views
  • 5 replies
  • 0 kudos

STM32CubeMX 6.0.0 released

What is new in STM32CubeMX V6.0.0?  Added the support of new part numbers in the STM32G4 Series: STM32G491K(C-E)Ux, STM32G491C(C-E)Ux, STM32G491C(C-E)Tx, STM32G491REYx, STM32G491R(C-E)Tx, STM32G491R(C-E)Ix, STM32G491M(C-E)Sx, STM32G491M(C-E)Tx, STM3...

[bug] Minor bug in STM32Cube FW_F7 V1.15.0

When creating a new project in CubeMX for Nucleo-F767ZI LD1 is not initialised and no initialisation code for it is generated. I suspect the reason for this is that on the schematics in UM1974 LD1 is not on the same page as the other user LEDs and is...

Resolved! 480MHz HRTIM on H743ZI?

Hi, has anyone been able to configure maximum clock speed (480MHz per datasheet) for the H743ZI with cubeMX?I can't get the radio button from TIM2_CK to CPU_CK and as such I can't get the PWM resolution I am looking for on the HRTIM. Not my only ques...

Smoun.1 by Associate III
  • 805 Views
  • 4 replies
  • 0 kudos