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.

Keyboard interface using MCU

Status
Not open for further replies.

avinash_h_dil@yahoo.com

Newbie level 4
Newbie level 4
Joined
Dec 7, 2012
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Visit site
Activity points
1,307
Dear Friends, m supposed to design keyboard using MCU. Data fetched from keyboard has to be sent through SPI. now my question is, is there any need to use UART to TX/RX data through SPI??

Kindly answer....
Thanks in Advance...
Avinash
 

Well my advice is that any one wuld work fine. Since u aare interfacing a keyboard with the microcontroller then u can just make of the SPI pins instead of the rx/tx.

- - - Updated - - -

Well my advice is that any one wuld work fine. Since u aare interfacing a keyboard with the microcontroller then u can just make use of the SPI pins instead of the rx/tx.

U mean interfacing SPI directly to MCU??

Thank you..
 

m supposed to design keyboard using MCU. Data fetched from keyboard has to be sent through SPI. now my question is, is there any need to use UART to TX/RX data through SPI??

Typically an SPI hardware interface is provided by a dedicated hardware peripheral module which provides Synchronous Serial communications.

The UART is an Asynchronous Serial communications peripheral module.

What specific microcontroller are you using in your design?

BigDog
 

You should do this by controlling the port pins and NOT by using a UART.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top