STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Time delay when operating with DAC in STM32L4

Hi everyone!I use 8 MHz external oscillator for my MCU. For TIM1 there is no prescaler in CUBE, so I expect this timer to tick with pure 8MHz frequency. And therefore I expect to see 0.125 us * 2 * 2 = 0.5 us period of signal. But actually I have 24 ...

_legacyfs_online_stmicro_images_0693W00000bjWJcQAM.png _legacyfs_online_stmicro_images_0693W00000bjWKGQA2.png _legacyfs_online_stmicro_images_0693W00000bjWJhQAM.png
GMate.2 by Associate
  • 653 Views
  • 3 replies
  • 0 kudos

read analog value STM32L476RG

hi, i have my project to read analog value from one sensor but with no success. when i am debug mode. it is stuck when it waiting for end of conversion flag. i attached my driver c code if anyone can help. tanks alot.

YuB by Associate
  • 573 Views
  • 1 replies
  • 0 kudos

STM32H7 multi-channel ADC & DMA config help

I'm having a very tough time getting more than 1 channel of an ADC instance using DMA to work on the Nucleo-H753 board. No matter what I try, nada... After rigorous debug, found that the ADC is NOT even starting when I call it to right before my whil...