User Activity

Posted on August 06, 2015 at 14:24 Hello! I configured the ADC with DMA to fill a table in RAM. After ADC_StartConversion (ADC1); I use while (!DMA_GetFlagStatus (DMA1_FLAG_TC1)) ; until the DMA is full. This works fine for one...
Posted on August 03, 2015 at 15:34Hello! I'm trying to use an STM32F3 to drive a gate driver for a class-D amplifier using sigma-delta modulation. Therefore I use the internal comparator to compare a reference signal with the actual integrated signa...