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

STM32F411 USB MSC (host) OTG flash drive problem

Hi,Im developing a logger device with STM32F411CC processor. I use the latest Cube, DFP, Keil etc. I would like to use the USB to log datas to a flash drive. I developed a prototype software with an older usb msc host example and it worked on a F4 di...

ASchu.4 by Associate II
  • 878 Views
  • 3 replies
  • 0 kudos

SMBUS communication with Smart Battery

We are designing a system where stm32f7xx will communicate with smart battery via SMBUS protocol, The code is as followsif (HAL_SMBUS_Init(&hsmbus1) != HAL_OK){ Error_Handler(); }   if (HAL_SMBUS_Init(&hsmbus1) != HAL_OK) { Error_Hand...

sivaram by Associate III
  • 932 Views
  • 2 replies
  • 1 kudos

Resolved! Hello Community!! I am using STM32F030R8T6 Valueline board. When I am configuring the MC in CubeMX it's working but while generating the Code below error is showing on the window. stm32cube_fw_f0_v170.zip (MD5 file checksum is not good)

I am using the cube version 4.20.1STM32Cube V1.0When i am using new latest Cube IDE in that this board is not showing in the listKindly suggest which IDE will have this board compatibility !!!!!!

0690X00000DYD6lQAH.png
ADain.1 by Associate II
  • 599 Views
  • 2 replies
  • 0 kudos

Problem at STM32L452 with LSE Clock

I am using CubeMX to set up the peripherals in STM32L452. But if I enable the LSE Clock and this is not working, the HAL_RCC_OscConfig is coming back with error timeout and it has not activated other clocks also. So the system is not running and it i...