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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 382 Views
  • 4 replies
  • 6 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
  • 10456 Views
  • 2 replies
  • 2 kudos

Bug Report: if f_mount fails once it will not work again

hey I tried to write a code that waits for sd card to be inserted to the micro-contorllersomething like this:while (FR_OK != f_mount(&SD, "", 1));the problem is that even after I insert the sd to the micro-controller f_mount keep returning FR_DISK_ER...

DRama.19 by Associate
  • 1274 Views
  • 3 replies
  • 3 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
  • 1251 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...

interrupt

I am working on STM32 NUCLEO - F411RE and want to use the interrupt. If not using STM32CubeMX to generate IOC and code, is there any example which uses UART interrupt? ( I have problem using MX to generate code right now.)

Crane by Associate III
  • 2042 Views
  • 9 replies
  • 0 kudos