STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Timer interrupt triggers immediately after interrupt enabled

Hello all,I want to disable the timer interrupt in the IRQ Handler and then enable again in the main loop. However the interrupt is triggered nearly immediately after I re-enable the interrupt (setting the UIE bit). I attached my code below. If I dis...

vtran1 by Associate II
  • 7358 Views
  • 3 replies
  • 0 kudos

More about STM32H747 ADC

I have an STM32H747i-Disco board and looking at the ADC example (which I have compiled and ran successfully)The example uses channel 18 and GPIO PA0_4 as both master and slave ADC inputs.I would like to use PA0_C and PA1_C as the two ADC inputs but I...

AStew.1 by Associate II
  • 1260 Views
  • 3 replies
  • 0 kudos

STM32H755 SDMMC1 and PLL1Q provides unstable clock signal

Hi,I'm attaching a picture of my clock configuration and Logic Analyzer (Saleae Logic Pro 8) so it is easier to see what I'm doing.I have set the SDMMC clock divide factor to 1 in the configuration tab, which should produce a divide factor of 2 in th...

TOlli by Senior
  • 2439 Views
  • 3 replies
  • 0 kudos

Resolved! Cannot configure VREF on Nucleo-64 STM32G474RE

Hi,Using STM32G474RE board (Nucleo-64). I have tried a lot of different things to configure VREFBUF and none of them have any effect.I'm outputting two voltages on DAC1 at 75% scale and 25% scale and they are always relative to approx 3.25V (which is...

TThai.1 by Associate
  • 983 Views
  • 1 replies
  • 1 kudos

SPI_DMAAbortOnError when trying the spi example dma

Hi I am tryingthe spi dma example for stmH7 nucleo board, it is always takes me to the SPI_DMAAbortOnError function, and it looks like it is because it gives HAL_SPI_ERROR_UDR, any idea what could have caused it? For my master I am using 1Mbps clock ...

TIM2 Retriggerable Output (COMP1_Output ETR)

Hello, I am using an STM32L432KCU and I trying to use the TIM2_CH1 output as a re-triggerable output with TIM2 ETR input connected to COMP1_Output.The configuration done by STM32CubeIDE (version 1.3.0, build 5720_20200220_1053 (UTC)) is the following...

0693W000000WePZQA0.png 0693W000000WeLIQA0.png 0693W000000WeL4QAK.png
simo zz by Senior II
  • 1990 Views
  • 6 replies
  • 0 kudos

timer + ADC + DMA (ADC ISR overrun)

Hi all,I want to use timer 2 to trigger ADC function (ADC3) on STM32H743ZI2 platform. After DMA & timer starting, I stuck in HAL_ADC_IRQHandler(). /* Multimode not set or feature not available or ADC independent */ if ((hadc->Instance...

clee.10 by Associate III
  • 1322 Views
  • 3 replies
  • 0 kudos