User Activity

I am using STM32L072xx module and I would like to use ADC4, ADC5 and ADC 17 (Vrefint) at the same time. But I want to use ADC4 with DMA of buffer size 500 or more. It is not necessary to store ADC5 & ADC17 in DMA.Can I use DMA only for ADC 4 and dump...
Hello,I am using STM32L072xx, Core: Arm® 32-bit Cortex®-M0+ with MPU– From 32 kHz up to 32 MHz max.– 0.95 DMIPS/MHzI have the following questionCan I implement FFT algorithms to read ADC values?How can I implement ZCD(zero crossing detection) algorit...
Hi,From the data sheet of STM32L072xx it is mentioned that Tvrefint start up time is 2-3msec. When using Vrefint in comparator, does controller take 2-3msec each time to compare input with Vrefint or it is just the initial start up time?Because I hav...
Hi,I am reading value of SYSCFG_CFGR3_VREFINT_RDYF to be "1073741824". How do I interpret the value of VREFINT_RDYF from the value I am reading?
Hi everyone,I am using comparator 2 to capture a signal of duration 3-5usec. But observed that, I am able to trigger the comparator only when the duration of the signal is >5usec. I was wondering if there is any delay introduced by Vrefint in STM32L0...