Hooking up UART to Microcontroller

Status
Not open for further replies.

digi001

Full Member level 5
Joined
Apr 5, 2011
Messages
244
Helped
22
Reputation
44
Reaction score
21
Trophy points
1,298
Activity points
2,904
Can anyone suggest any good design examples (schematic ) for a UART to Microcontroller design? Preferably a Motorola Type MCU and a Advanced Multi-Channel UART with FIFO.
 

Without selecting a particular processor and UART a schematic would be very general.

The best way to run a UART is hardware interrupt driven with a FIFO buffer in the UART driver software for background servicing for the operating systems. The FIFO in the UART is primarily to provide a small reserve bucket to account for operating system delay in servicing the hardware interrupt. The driver buffer is a first in, first out que with input and output pointers. Multi-channels would just be multiple driver ques just as if there where physically different UART chips.
 
Reactions: digi001

    digi001

    Points: 2
    Helpful Answer Positive Rating
OK thanks!

The Quad UART I am looking to use is #sc16c754b.
**broken link removed**

Rather than use a Software buffer I plan to use the built in FIFO in this advanced UART chip.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…