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.

What type of I2C does a CodeVision for AVR use?

Status
Not open for further replies.

sadat007

Full Member level 4
Joined
Dec 31, 1999
Messages
235
Helped
13
Reputation
26
Reaction score
7
Trophy points
1,298
Location
Pakistan
Activity points
1,773
Hi,
Does any one knows that the CodeVision for AVR use Hardware or Software I2C in Automatic Program Generator OR its include I2C library?
Like the DS1307 library is using Hardware/Software I2C?
thx
 

codevision i2c

It uses hardware I2C.
 

avr i2c

Hrm - not sure about that. I can generate code for I2C and DS1307 for AT90S2313, which has no hardware I2C.

Looking at the .lst file, it appears to be all software I2C ...

-pana
 

i2c codevisionavr

panalog9 said:
Hrm - not sure about that. I can generate code for I2C and DS1307 for AT90S2313, which has no hardware I2C.

Looking at the .lst file, it appears to be all software I2C ...

-pana
Well, I think we're both right.
The tab I2C in the CodeWizardAVR is for software I2C and the tab 2 Wire (I2C) is for hardware I2C.
The tab 2 Wire (I2C) only appears when you have chosen a device with hardware I2C (2 Wire) at the Chip tab.
 

avr i2c library

Hi,
2 WIRE I2C is hardware, for but slave mode only as much I understand.
So the libs like DS1307 etc are using software I2C. 8O
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top