User Activity

Hello I am trying to use STM32F303VCT6 ADC1 to measure 4 channels in sequence. I am using TIMER 3 to trigger start of sequence conversion. I am using DMA1 to transfer data to an array. My code is as follows:ADC Configuration:ADC_InitTypeDef ADC...
I am trying to build a current fed push pull DC DC converter. This requires two waveforms with duty cycle greater than 50% and phase difference of 180 dergrees. I would like to know the possible ways of achieving this. I have tried using output toggl...