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.

Interfacing between two microcontrollers

Status
Not open for further replies.

Sudhp

Member level 4
Joined
Oct 11, 2013
Messages
69
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Location
India
Activity points
528
hi guys......
I m working on At89s52 microcontroller....
I have to interface two microcontrollers by using I2C protocol....
Plz suggest how can I do this.....
 

Hey,refer to this link**broken link removed**
 
  • Like
Reactions: Sudhp

    Sudhp

    Points: 2
    Helpful Answer Positive Rating
I have to interface two microcontrollers by using I2C protocol....
1. Why?
2. There's no hardware I2C interface built into 89s52
3. I2C has to be emulated in software. That's almost easy for master side, more difficult for slave. Most software I2C libraries are supporting master mode only
 
Last edited:

1. Why?
2. There's no hardware I2C interface built into 89s52
3. I2C has to be emulated in software. That's almost easy for master side, more difficult for slave. Most software I2C libraries are supporting master mode only


Thanks for the reply......
Then what should I hav to do for this....
and how can I achieve my goal........
 

If you really want to use I2C, then use a MCU that supports I2C to make your life easier.

Or use serial port instead.
 

best and easy way use UART communication....
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top