I/O Mirroring
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-26 7:23 AM
Posted on September 26, 2016 at 16:23
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?
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-09-26 8:33 AM
Posted on September 26, 2016 at 17:33
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?
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-09-24 1:42 AM
Posted on September 24, 2017 at 08:42
Clive One wrote:
Here we tend to use wire to achieve such effects.
LOL @ dry British humour...
:)
