User Activity

Posted on June 06, 2012 at 07:36Hi. I need to read a digital signal coming into an STM32F100. Timing how long the signal is in a low state and also knowing if the counter overflowed would give me the two pieces of information I need (value of the da...
Posted on February 17, 2012 at 12:46I need to read from a zacwire device into the STM32. I thought I could achieve this by using TIM2 setup in gated mode. The idea was that I could then time the length of the start bit ( 1/2 bit length low pulse) an...
Posted on February 06, 2012 at 03:34Hi, I'm using an STM32F103 board running at 24Mhz. I have USART1 set at 115200 to send and receive transfers using DMA. This is working fine except when an incomplete packet is received. What I need to do is add a...