Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Peripherals Summary

98 bytes removed, 10:12, 2 February 2012
no edit summary
= Overview =
This article pretends introduce the capabilities of most used peripherals in IGEPv2<br> = Feedback and Contributing = At any point, if you see a mistake you can contribute to this How-To.
= Peripherals =
=== 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).
*UART TX: Transmit signal.
*UART RX: Receive signal.
*UART RTS: Ready to send, used in RS485 and hardware flow control.
*UART CTS: Clear to send, used in RS485 and hardware flow control.<br>
*The speed transmion data is mesured in bauds per second, for example: Kernel console params uses 115200 bps (equivalent to 14 Kbytes per second). The speed can set up from 300 bauds to 3686400 bauds.
More information:
*[http://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter http://en.wikipedia.org/wiki/Universal_asynchronous_receiver/transmitter]
*Supports DMA for data transfer operations, for reduce CPU usage.
*Supports full duplex data transfer operations, <span lang="en" classid="short_textresult_box" idclass="result_boxshort_text"><span class="hps">simultaneous comunication between master and slave.</span></span>
*Supports configuration of number of wordlength.
*Supports configuration of phase and polarity of the device functional clock for each channel.
=== BSP ===
BSP (Buffered Serial Port) named in Omap McBSP (Multichannel Buffered Serial Port). This port provides a full-duplex direct serial interface between the device and other devices in a system such as other application chips ([http://en.wikipedia.org/wiki/Baseband#Digital_baseband_transmission digital base band]), audio and voice codec (power management device), etc. Because of its high level of versatility, it can accommodate to a wide range of peripherals and clocked frame oriented protocols.
Omap have five BSP peripherals (McBSP1, McBSP2, McBSP3, McBSP4 and McBSP5). It can uses seven signals:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 1-bit or 4-bit transfer mode specifications for SD and SDIO cards
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - 1-bit, 4-bit, or 8-bit transfer mode specifications for MMC cards
=== I2C ===
4,199
edits