D flip-flop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-10 7:34 AM
Hi,
I need to normalize the asynchronous transmission to a specific baudrate in real time. I know flip-flop D is fine, but I don't want to add extra elements to the layout. Can I do it with timers or maybe some other solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-10 7:45 AM
TIM can modulate all kinds of signals.
The STM32 pins have an input synchronize, which is probably a three-stage flip-flop arrangement.
As I recall that's at the TIMCLK, but has some other filter settings. Perhaps the timer cook-book has some specifics?
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-11 2:18 AM
What is the source of asynchronous transmission and what exactly do you mean by "normalize" in this context? A diagram would probably help.
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-06-11 3:54 PM
The signal source is the LF antenna connected to the comparator. Then the signal goes to the timer which works in OPM mode. Works as an envelope detector. Duration of high / low depending on signal strength. The baud rate is known and I want the high / low signal to persist according to this speed.
