STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Resolved! Hello community, I am trying to debug my STM32f103C8T6 bluepill board (probably using fake chip) on STM32CubeIDE but there is something goes wrong about both GDB and Local Server.

In debug configuration,When I set debug probe to "ST-Link GDB Server", I got "Failed to start GDB server Error in initializing ST-LINK device."When I set debug probe to "ST-LINK (Open OCD)", I got "localhost:3333: The system tried to join a drive to ...

0693W000007YzUcQAK.jpg 0693W000007YzUXQA0.jpg 0693W000007YzU8QAK.png

Resolved! STM32H745 Timer frequency problem

I'm using stm32h745. CubeMX Clock Configuration shows APB1 and APB2 clocks are 120MHz, and APB1 and APB2 Timer Clocks are 240MHz (2 x 120). When i call HAL_RCC_GetPCLK2Freq(), HAL_RCC_GetPCLK1Freq(), they indeed return 120MHz. I use general purpose t...

BVu by Associate III
  • 767 Views
  • 1 replies
  • 0 kudos

problem to write to sdcard with f 401

hi i have a problem with sd card, i am trying to write a file.txt using the fats libraryi am using cube mx old version and sdio reader data0, clk, cmd ....here the code: MX_GPIO_Init (); MX_USART2_UART_Init (); MX_SDIO_SD_Init (); MX_FATFS_Init (); /...

SDall by Associate II
  • 432 Views
  • 1 replies
  • 0 kudos

Why does CubeMX5.6.0 take about 250ms to process While (__ HAL_RCC_GET_FLAG (RCC_FLAG_LSERDY) == RESET) than CubeMX4.25.0?

HelloI used CubeMX Ver.4.25.0 to run STM32F030R8T6.One day, I decided to update the version of CubeMX, so I updated it to Ver.5.6.0.After that, when using Ver.5.6.0, it takes about 250ms to process the code (HAL_Init () to MX_TIM16_Init ()) automatic...

Kyumi.1 by Associate
  • 737 Views
  • 2 replies
  • 0 kudos