Keyboard interface using MCU

Status
Not open for further replies.

avinash_h_dil@yahoo.com

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
 


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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…