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.

Gpio 40 pin outs explanation

Status
Not open for further replies.

sribangaram

Full Member level 5
Joined
Apr 29, 2012
Messages
297
Helped
7
Reputation
14
Reaction score
7
Trophy points
1,298
Location
INDIA.:/;:'" VIJAYAWADA
Activity points
3,754
Dear Friends I have a one data acquisition and controlling board that have 40 pin Connector and diagram also but I didn't Understand pin outs I am Attaching that image Please explain anybody that pin outs

PIN DIAG.png
 

Hi Sribangaram,

The pins are multifunction function pins that are set by program. In other word, you can appoint these pins to one of the defined function. But, you cannot use same pin with different function simultaneously

GPIOs : they are general purpose I/O pins. These pins may be pull_down, pull_high or floating during reset.

1.) ( pin12 ) use as GPIO or PCM_clk or PWM

For PCM case, you will need to group with

PCM_CLK : pcm clock ( pin 12 )
PCM_DIN : pcm data out ( pin 38 )
PCM_DOUT : pcm data in ( pin 40 )
PCM_FS : pcm frame sync ( pin 35 )

Pin 8, 10 : can use as UART

UART_TxD : UART Tx data
UART_RxD : UART Rx data

Pin19, 21, 23 : for SPI

MOSI : SPI data input
MISO : SPI data out
SCLK : SPI clock signal

They work as a group

pin27, 28 ( I2C )

SDA0 : Group 0 Serial data
SCL0 : Group 0 Serial clock

pin3, 5 ( I2C )

SDA1 : Group 1 Serial data
SCL1 : Group 1 Serial clock

Roger
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top