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

Resolved! STM32F103 ADC and DMA?

HelloI am familiar with STM32. I have a simple project with CubeMXOne ADC reads 3 channels, continuousmade disable , DMA active.I turn everything on and start the first ADC conversion with a function HAL_ADC_Start_DMA.My questionsHow do I start anoth...

KHans.4 by Associate
  • 611 Views
  • 1 replies
  • 0 kudos

Resolved! issue in creating a new project

Hello, when I tried to create an stm32 project, at the last step of generating the code, I came across this warning and the code was not generated.After it tried to unzip stm32cube package, it says "Target directory already exists". I did already dow...

0693W00000Sv770QAB.png
Crane by Associate III
  • 577 Views
  • 5 replies
  • 0 kudos

Resolved! TIMER + ADC + DMA

I have a STM32F103C8T6 bluepill board. I´m trying to use the Timer3 to TRIGGER the ADC1 conversion + DMA transfer.The ideia is: when the timer 3 trigger the ADC1, a conversions starts and the dma transfer the result of conversion to a buffer, in circ...

0693W00000Svu9oQAB.png 0693W00000SvuB6QAJ.png 0693W00000SvuBfQAJ.png 0693W00000SvuBuQAJ.png
BLima.1 by Associate II
  • 6792 Views
  • 2 replies
  • 2 kudos

Resolved! Does TIM1 has global interrupt?

Hi, I was wondering does TIM1 has "global interrupt" like TIM2, TIM3... have?I dont see such in STM32CubeMX app, is it called differently or does not have such interrupt?Should I avoid using TIM1 if I need such interrupt?

0693W00000SvvNNQAZ.jpg
JBond.1 by Senior
  • 764 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H747 PA0_C & PA1_C input reading issue

Hello, I am working with a STM32H747XI. I have connected a digital input on PA0_C & PA1_C. I used CubeMX for the initialisation.The initialisation code is : /*Configure GPIO pins : UI_ENC0_Pin UI_ENC1_Pin */ GPIO_InitStruct.Pin = UI_ENC0_Pin|UI_ENC...