User Activity

Posted on September 26, 2016 at 16:23I need to simply capture an input level and then output the same logic level as soon as possible on another pin.This can be simply done with EXTI, but I was wondering if there is a passive peripheral based soluti...
Posted on September 01, 2011 at 17:14I'm noticing a strange issue when I enable a DMA stream to SPI where the NDTR register changes from my value to 0xFFFF.Below is a code snippet for the DMA transfer function:    //Setup DMA for TX    DMA2_S3PAR = ...