2016-09-26 07:23 AM
I 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 solution that could be done without software intervention.I was wondering if one of the TIMERs could be re-purposed this way or some other peripheral?2016-09-26 08:33 AM
Here we tend to use wire to achieve such effects.
TIM units would tend to divide (ie /2) DMA doesn't really have the read/write functionality desired, and doesn't support bit-banding. EXTI could be done quite efficiently. What latency exactly are you looking for?2017-09-24 01:42 AM
Clive One wrote:
Here we tend to use wire to achieve such effects.
LOL @ dry British humour...
:)