STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! STM32Cube code generator bug for STM32G030J6

The generated code has wrong order for MX_DMA_Init() that doesn't work: MX_GPIO_Init(); MX_ADC1_Init(); MX_DMA_Init();...Correct code is: MX_GPIO_Init(); MX_DMA_Init(); MX_ADC1_Init();...note: STM32CubeIDE Version: 1.7.0 Build: 10852_20210715_0634 (U...

Question about STM32H7 clock domains

I am configuring SPI1 on the STM32H743. At first, I used the default configuration where the peripheral is clocked off of PLL1Q as shown below: However, with this configuration, the HAL peripheral driver would time out waiting for EOT flag to be set....

0693W00000JPLOyQAP.png 0693W00000JPLJuQAP.png
JMill.1 by Associate III
  • 818 Views
  • 3 replies
  • 0 kudos

Resolved! Hello, Today i updated to STM32CubeIDE 1.8.0 However when i tried to create a project based on a B-L4S5I-IOT01A Board i get an error saying

 "Error downloading files: stm32cube_fw_14_v1170.zip (cannot unzipped) and stm32cube_fw_14_v1171.zip (Dependency no loaded). I also tried to update my Firmware using the Help updates links:Check for Embedded package software updates...but i receive t...

BHend.1 by Associate II
  • 1232 Views
  • 9 replies
  • 1 kudos

Resolved! STM32F722RET6 increasing HCLK frequency issue

There is external crystal on my PCB Mfr part: X1E0003410273 I am working on STM32 Cube IDE. At first whenever I enabled external crystal my program did not run at all. Even In low frequencies. Then I enabled Clock Secure System (CSS) Now my program i...

0693W00000JPF4jQAH.png
NChor.1 by Associate II
  • 606 Views
  • 2 replies
  • 0 kudos

Resolved! Small but serious problem with STM32CubeIDE and STM32CubeMX

When using STM32CubeIDE, it is easy to inadvertantly make changes to source files that are up on the screen, often as a result of the focus being on the wrong window when one types. (This can easily happen when debugging, e.g. I have the focus on a ...

msch by Associate III
  • 1287 Views
  • 8 replies
  • 1 kudos