User Activity

Posted on August 02, 2016 at 14:43I use two ADCs, working together on two different signals.These two signals have the same frequency and amplitude. They are shifted, Signal 2 has a phase of 90°.The DMA put the converted values in an array. This arr...
Posted on July 27, 2016 at 15:06 Hi, I have a code, kindly provided by clive1, to use two ADC in dual mode on STM32F334, and it works well. I can modify some parameters, but something (the ADC itself, the DMA to fill the memory array, or ...
Posted on July 18, 2016 at 17:50Hi,I want to read two signals (supposedly quite similar) at the same time, in order to compare them. I have one ADC working, but I'm perplex about the other.- Does it matter if I use for the second signal, say ADC1_IN...
Posted on July 12, 2016 at 16:26Hi,I have a code that generates a sinewave by reading an array and putting it in the DAC, and it works pretty well, except for one detail: the amplitude I read on the oscillo is 2.64V, but won't go any higher.The arra...
Posted on July 11, 2016 at 16:08Hi,I want to write a phase comparator on my nucleo-f334.As far as I know, it works like this: two signals are sent in the phase detector. When one of them cross the zero line, a timer/counter is started, and it stops ...