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

I am using STM32F746G-discovery kit with 6.1.1 CubeMX version and updated firmware. I have created a cubeMX default project and tried to build it. Build is successful but when I try to run that on the development kit, it does not download successfully.

Info : STM32F746NGHx.cpu: hardware has 8 breakpoints, 4 watchpointsInfo : Listening on port 3333 for gdb connectionstarget halted due to debug-request, current mode: Thread xPSR: 0x01000000 pc: 0x0800b664 msp: 0x20050000Info : Stlink adapter speed se...

Shruthi by Associate II
  • 297 Views
  • 0 replies
  • 0 kudos

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
  • 580 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
  • 268 Views
  • 1 replies
  • 0 kudos