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.

Is there any microcontroller having built in I2c function

Status
Not open for further replies.

Micro Lover

Member level 2
Joined
Jul 22, 2009
Messages
44
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
pakistan
Activity points
1,614
hi

as i know that 89c51 is the most popular micro-controller, designed by ATMEL, its built in serial function is very useful, but the problem is that 89c51 didnt have a built-in I2C function, my question the that Is there any microcontroller having I2c function built in, in 80 series???

or any other of atmel in PDIP package

i m u C language , and keil software
 

or any other of atmel in PDIP package

i m u C language , and keil software

The Atmel AVR series of microcontrollers have it. In the AVRs it's called Two Wire Interface (TWI). Some of the most popular AVRs are ATMEGA8, ATMEGA 16, ATMEGA32, ATMEGA128.

You can also implement I2C in software. You can find plenty of examples if you search on this forum and on Google.

Hope this helps.
Tahmid.
 

why not use PIC18f series thay have I2C modules present in them and u cann easily program them in C, using company provided softawre MPLAB
 

There are some 8051 based microcontrollers with hardware I2C. eg 89LPC933/4/5/6
Datasheet: **broken link removed**

Hope this helps.
Tahmid.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top