User Activity

Posted on July 25, 2016 at 13:54Hi. I have problem with finding interrupt subroutine which Is called when DAC DMA underrun interrupt event happen. There isn't any DAC IRQ in which I can check status like this: if(DAC_GetITStatus(DAC_Channel_1, DAC_I...
Posted on January 24, 2016 at 17:45Hi, I need do FFT on stm32f4 and therefore I have few questions: 1. Is there any why to directly copy adc values which are uint16_t to float32_t buffer using DMA, without casting them in fork loop and using two buf...
Posted on October 17, 2015 at 18:13Hi, i have problem with determing number of cycles. If i run ADC in dual interleaved mode with this parameters:  ADC_TwoSamplingDelay_5Cycles + ADC_SampleTime_3Cycles with resolution 12b on the first run of adc,...