Difference between revisions of "Mux configuration"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 1: Line 1:
There is currently no text in this page. You can search for this page title in other pages, search the related logs, or edit this page. <br>
+
= Overview  =
 +
 
 +
Mux (or multiplexer) is a Omap peripheral that can be controlled via software. Its function is connect other Omap peripherals to some avaliable Omap pads.  
 +
 
 +
IgepV2 Board have a default mux configuration, but some cases is necessary change it, for example your project need UART2 at j990 connector to transmit data, for this porpouse you need change some mux configurations to enable it and be sure that this modification don't interfere in other IC or peripherals.
 +
 
 +
This How-To is meant to be a starting point for people to learn configure mux for IGEP v2 devices as quickly and easily as possible.  
 +
 
 +
<br>

Revision as of 12:21, 22 November 2011

Overview

Mux (or multiplexer) is a Omap peripheral that can be controlled via software. Its function is connect other Omap peripherals to some avaliable Omap pads.

IgepV2 Board have a default mux configuration, but some cases is necessary change it, for example your project need UART2 at j990 connector to transmit data, for this porpouse you need change some mux configurations to enable it and be sure that this modification don't interfere in other IC or peripherals.

This How-To is meant to be a starting point for people to learn configure mux for IGEP v2 devices as quickly and easily as possible.