Peripherals Summary

Revision as of 11:41, 24 November 2011 by Pau Pajuelo (talk | contribs)

Revision as of 11:41, 24 November 2011 by Pau Pajuelo (talk | contribs)

Contents

Overview

This article pretends explain the capabilities of most used peripherals in IGEPv2.

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) convert 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).

How to use UARTs

GPIO

How to use GPIOs Example: What can I do with IGEP0020#How_to_handle_the_gpio-LED.27s

SPI

How to use SPI

BSP

Under contruction

MMC

Under contruction

I2C

How to use I2C