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

How to get more boards on STMcubeMX?

Hi all, Currently I am trying to program the STEVAL-MKI109V3 carrying the STEVAL-MKI227KA sensor board via the STM32cubeMX and IDE platforms. However the STEVAL-MKI109V3 board is not available on the STM32cubeMX software. Are there any expansion pack...

Resolved! CubeMX Repository

Hallo, I am working with CubeMX. I want to install the package in the repository.In my software, it says that C:/Users/Divya/STM32Cube/Repository/ is my repository location. When I searched, i can't found this folder in my laptop. How to proceed from...

dsinghal by Associate
  • 1151 Views
  • 4 replies
  • 0 kudos

stm32h7 cubemx clock configuration Bug

Hi I have seen problems with stm32h7 cube uart bug.The Sources for uarts are pll2q but when debugging :It says pclk1 and pclk2 are configured.And even with these values baud rate will not be what I set. I have to divide  it by 2 (clock divider is 1)....

ArmanIlmak_0-1705149065099.png ArmanIlmak_1-1705149163333.png

Resolved! Error unknown nature on STM32Cube IDE after update

Hi all, how are you?. I'm making a project with an STM32F401VE and I've updated the IDE, after that there are about ten dependencies that says something related to inknown dependencies and the .ioc project doesn't opens. I read some over there and so...

VRami.1 by Associate III
  • 9013 Views
  • 40 replies
  • 7 kudos

Resolved! Is there a bug in STM32CubeMX about SDIOCLK?

STM32f103vet6It's in the manual that SDIO adapter clock (SDIOCLK = HCLK).  When HCLK is set to 72MHz, SDIO_CK is configured through the register SDIO_CLKCR bit 7:0(CLKDIV). When the bypass clock is not used, SDIO_CK=SDIOCLK/[CLKDIV+2], which should b...

XvSenfeng_3-1704782951218.png XvSenfeng_4-1704782976160.png XvSenfeng_6-1704783374909.png XvSenfeng_5-1704783155276.png

Resolved! how to configure adc in ethernet using nucleo-h745zi

Hello Team, Hello i have a Nucleo H745ZI_Q board in this Ethernet without RTOS is working fine but  when am going to configure ADC  all the three ADCs are shows error message --> Partly Disabled conflict with: ETH: mode RMII   even many channels also...

ggowd1_0-1704976431016.png
ggowd.1 by Associate III
  • 1088 Views
  • 3 replies
  • 0 kudos

FR_DISK_ERROR always is returned by f_open.

Hi all.My team has been working on a project that contains a SD card based on Standard Library. Recently we've decided to migrate to HAL and it started.Fortunately, All part of our project were changed as well as possible to HAL and they're working g...