STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.1 released

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

STM32F103R8Tx with STM32CubeMX Hal malfunction with i2c

I'm using 24C512 EEPROM with my STM32F1, i initialized the project with stm32cubemx and defined my SCL and SDA pins as I2C, when i try isDeviceReady function i never get HAL_OK.I've also grounded A0,A1,A2,Wp of the eepromMy Codeint main(void) { /* ...

JRuda by Associate
  • 264 Views
  • 0 replies
  • 0 kudos

Resolved! Archive for STM32CubeMX versions

I need to re-install STM32 CubeMX 4.19 as the latest version 4.24 is not compatible with my existing code base. I inadvertently migrated to 4.24 but need to return to 4.19. Where can I find an archive installer for the older version?

How to install CubeMX with Docker

Hello all.I would like to install the STM32CubeMX using Docker file for Ubuntu. How shall I do this?I know how to use the X-server, and GUI under docker with Ubuntu, however, when downloading the STM32Cube one has to register. I would like to automat...