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

Multiple adc conversions using DMA (help please)

1.volatile uint16_t ADC_Value[4];-this is my array for the values to be stored2.void ADC1_Configure(void) {  ADC_InitTypeDef ADC_InitStructure;     ADC_InitStructure.ADC_Mode = ADC_Mode_Independent;  ADC_InitStructure.ADC_ScanConvMode = ENABLE;  ADC_...

hpark.21 by Associate
  • 460 Views
  • 2 replies
  • 0 kudos

FreeRTOS code generation bug on V6.7.0

Hello,After creating a blinky project in CubeIDE version 1.11.0 running on Linux and setting up FreeRTOS within the .ioc file, the default task fails to run.A project created with STM32CubeMX V6.6.1 works, but when it was migrated to V6.7.0 (by openi...

NWrig.2 by Associate
  • 715 Views
  • 2 replies
  • 0 kudos

STM32CubeMX bug? MX_DMA_Init() called in the wrong order.

I'm setting up the DMA to move received bytes from USART3 to a circular buffer. But the DMA don't move the received data to the buffer. The received data is received by USART3 (The DR contains the received byte and SR.RXNE is set to 1).All I need to ...

MSipo by Senior II
  • 598 Views
  • 3 replies
  • 0 kudos

CubeMX " Not a valid ioc file" error

Hi,I have installed STM32CubeMX v6.7 on my laptop. The installation was successful.Loaded a project which was setup with STM32CubeMX v6.3 using FW_GO v1.5.0.The code is generated successfully, however when pressing to open the project, " Not a valid ...

Adole.1 by Associate
  • 860 Views
  • 3 replies
  • 0 kudos

STM32F7xx Eth with CubeIDE Update 1.11.0

I have wrote an product with tcp communication, last modification September 2021...Today I need a small evolution ( move from HSI-RC to HSE)...the Ethernet does not run now.I have try to work with doc concerning the new driver versus legacy...help-me...

EBAHI.1 by Associate II
  • 626 Views
  • 3 replies
  • 0 kudos

Resolved! Failed STM32 Cube HAL for OLED SSD1306 with SPI

I'm configuring a STM32F205RET for SPI: hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hspi1.Init.Direction = SPI_DIRECTION_2LINES; hspi1.Init.DataSize = SPI_DATASIZE_8BIT; hspi1.Init.CLKPolarity = SPI_POLARITY_LOW; hspi1.Init....

0693W00000Bci7QQAR.jpg 0693W00000Bci6wQAB.png 0693W00000Bci7BQAR.png