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.

I2C & VSMproteus & AT89c2051...

Status
Not open for further replies.

operator6wp

Newbie level 4
Joined
Nov 17, 2003
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
43
pcf8583 + at892051

HI, I have one problem in VSMproteus....
I used At89c2051 and 24c04a for simulation I2C and I can't read I2C data byte ... is steel 0 value ... but in log view I2C is data ok read....
I connect SCL-P3.0 and SDA-P3.1....

I2C_read:

SETB SDA
MOV b,#8
I2C_R: CALL I2C_wait ;(nop's sub)
SETB SCL
MOV C,SDA
CLR SCL
RLC A
DJNZ b,I2C_R
RET


in sda is not change bits.... how to read... whats wrong.... HELP!!!!
 

pcf8583 mit at89c2051

I find Error.....

I Have two connected I2C devices to At89c2051 , when I disconnect pcf8583, eeprom 24c04 work correct.... but, why cant simulation two I2c devices.....?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top