User Activity

Posted on June 30, 2014 at 05:25 I am using a STM32L151 as an SPI slave - the master is another ARM processor. Every 50ms, the master drives NSS low, clocks 250 bytes and then sets NSS high again. On the STM32, I am using DMA to ...
Posted on April 03, 2012 at 06:52I have a project involving STM32F103RE. A timer channel TIM2_CH2 triggers a continuous read on ADC1, which uses DMA1 into a buffer. What I want to do is set up ADC3 to read a different channel in a similar fashion us...