STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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
  • 665 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
  • 326 Views
  • 1 replies
  • 0 kudos

I2C Feature Request: Please don't hardcode OwnAddress.

Hi All,In a hardware architecture where there are multiple I2C slaves running the same code base, each slave must determine their own address. The code generated by Stm32Cube hard codes the OwnAddress so it is impossible to insert a unique address in...

DOsbo by Senior
  • 346 Views
  • 0 replies
  • 0 kudos