Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Peripherals Summary

25 bytes removed, 12:30, 1 February 2012
no edit summary
=== UART ===
UART (universal asynchronous receiver/transmitter) converts parallel data from system bus to serial data through a port. At the destination, a second UART re-assembles this data. Each UART contains a shift register which is the fundamental method of conversion between serial and parallel forms. External signals may be of many different forms, IGEPv2 can handle RS232 and RS485 but not all pads have these standards, Omap UART peripheral use CMOS level voltage (1V8). Omap 3530 have three UARTs and Omap 3730 (DM3730) have four UARTs. Omap UART peripheral use four signals:
Omap 3530 have three UARTs and Omap 3730 (DM3730) have four UARTs. Omap UART peripheral use four signals:  - UART TX: Transmit signal.<br>- UART RX: Receive signal.<br>- UART RTS: Ready to send, used in RS485 and unidirectional&nbsp; communicationhardware flow control. <br>- UART CTS: Clear to send, used in RS485 and unidirectional&nbsp; communicationhardware flow control.<br>
<br>
[http://omappedia.org/wiki/Kernel_UART http://omappedia.org/wiki/Kernel_UART]
[[How to use UARTs]]
=== GPIO ===
4,199
edits