User Activity

Posted on November 28, 2017 at 16:53Dear all,I have configured ADC - 1 channel with DMA to retrieve data. It all works fine. Now, I am trying to use the same ADC (ADC1, DMA2_Stream0) to use 2 channels (channel 12 and 13). uint16_t ADC_Value[2] = {0,...
Posted on November 27, 2017 at 17:47Dear all,I am trying to acquire analog signal and sample it through ADC (12 bit) at a rate of 8KHz and stream the data through USART. /* USARTx configured as follows:  - BaudRate = 921600 baud  - Word Length = 8 B...
Posted on November 26, 2017 at 17:07Dear all,I'm an Engineering student who's trying to learn the Embedded programming with STM. Kindly tolerate my ignorance.I've read the reference manual (ADC) and the data sheet of the specified Kit and I have the...