Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.
 
  • Like
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top