STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.11.1 released

STM32CubeMX 6.11.1 was released on st.com as well as an in-tool update patch. Main issues fixed in this patch: Ticket 176645 : STM32CubeMX V6.11.0 has lost the "JTAG (5 pins)" debug mode for all the STM32H7 series but the STM32H7Rx/7Sx microcontrolle...

STM32CubeMX 6.11.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available. What is new in STM32CubeMX V6.11.0? New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H...

I2C1 stops working over 8MHz STM32F042F6P6

Hello all, I'm having problems with I2C1, i have a code that works perfectly while i configure the HCLK to 8MHz but it stops working when i set any higher frequency. Has anybody faced similar problem? I am using STM32CubeIDE for setting the project, ...

Davaol19 by Associate III
  • 840 Views
  • 20 replies
  • 7 kudos

Resolved! HRTIM-E1 Interrupt not firing

HRTIMe1 Interrupt needs HRTIM-MASTER Interrupt to fire?I saw similar issue in GitHub but it pertains to Source of fault.Anyway, I am using STM32G4 V1.3 on STMcubeIDE V1.5.1 on win10 machines (2 PCs)It seems that HRTIM-E1 will not fire up the interrup...

0693W000007B3DhQAK.png 0693W000007B3E1QAK.png 0693W000007B3MFQA0.png 0693W000007B3PnQAK.jpg

CubeMX bug regarding LPUART1 DMA (MX_Device.h)

I use the STM32L496ZG. When generating the files using STM32CubeMX it also generates MX_Device.h which contains several defines. When using LPUART1 with DMA it also generates defines like:#define MX_LPUART_RX_DMA_DMA_Handle #define MX_LPUART_RX_DMA_I...

Reneb by Associate II
  • 252 Views
  • 2 replies
  • 0 kudos

Motor Pilot

Dear Team, I am using SPC58 MCU. Can we use motor pilot tool as a addon so that I can integrate this tools with other IDE's. Thanks in advance 

Resolved! Impact and selection of the correct timebase source

Hello ST community,In the software STM32CubeMX there is the possibility to select different timebase sources. By default the SysTick is selected. What criteria should be considered to decide which timebase to use ? What is the advantage/disadvantage ...

Rookie38 by Associate III
  • 1652 Views
  • 2 replies
  • 1 kudos

Resolved! Code generated by STM32CubeMX sets the HAL timebase ISR priority incorrectly when using FreeRTOS? Is it really necessary to have a separate timebase?

My STM32F745VET project was built in MX v6.3.0 and uses FreeRTOS. When SysTick is dedicated to the RTOS I get the following message when I try to build code:"When RTOS is used, it is strongly recommended to use a HAL timebase source other than the Sy...

RBack.1 by Senior
  • 3191 Views
  • 6 replies
  • 2 kudos

Simulink error for undeclared values by CubeMx

Hi,I want to connect my STM32H753ZI Nucleo board to Simulink. I have generated the CubeMx file to blink a simple LED. At first, I got some errors for missing header files. I added them manually. Now, I have the following error when I try to compile t...