User Activity

Posted on January 16, 2013 at 23:13I'm developing an application on a STM32L Discovery card (with an STM32L152 MCU), although our final target is an STM32L151.  I wanted to try out the system memory boot mode, that is boot0=1, boot1=0, and then usin...
Posted on November 12, 2012 at 14:47The STM32L1xx datasheet says that the temp sensor sample time will be between 5 and 10 uSec.  The manual confirms this, saying that you should use a 10 uSec sample time.  With the ADC clock running at 16MHz, this ...
Posted on October 19, 2012 at 18:51The STM32L1xx reference manual has this text in the DMA section: The 7 requests from the peripherals (TIMx[2,3,4,6,7], ADC1, SPI[1,2], I2Cx[1,2], USARTx[1,2,3]) and DAC Channelx[1,2] are simply logically ORed...
Posted on October 19, 2012 at 17:49I'm trying to use the ADC on an STM32L1xx to read a single channel with a sample rate based on TIM2.  I plan to use a double-buffering scheme, so I want to set it up to DMA into a buffer with half-complete and full...