STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Working with the STSPIN32F0

I'm starting a project working with hoverboard motors and came across this MCU+gate driver combination. How would I go about programming this? I cannot see this chip in CubeMX.

STM32 L476RG: DMA + SDMMC: SDMMC Timeout after Write

Posted on September 04, 2017 at 12:58I'm trying to get the DMA + SDMMC to write to an SD Card using the HAL_SD_WriteBlocks_DMA() function. After I call the function, the HAL_DMA_GetState() function never returns HAL_DMA_STATE_READY, and the same is ...

How to correctly synchronize timer with ADC

Hello everyone,I have problem with my univeristy project and I'm trying to find some help.I'm using Nucleo64 STM32F411RE.The most important setting in CubeMX:In ADC every rank have 3 cycles, and Rank 1-4 Channel 10, Rank 5-8 Channel 11, Rank 9-12 Cha...

0690X000006CL5mQAG.png 0690X000006CL5rQAG.png 0690X000006CL5wQAG.png

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