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

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