Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

PIC BASIC PRO COMPILER HELP!

Status
Not open for further replies.

Surge

New Member
Hello ,

**broken link removed** , If we use a I2CREAD or I2CWRITE

for some external eeprom the Write address and the Read Address is the same all the time . Whereas if we take for example 24C08A and wire it as follows 1,0,1,0,A2,A1,A0,R/W. where A2= 0 ,A1=0 ,A0=1 . Then we get read and write address as follows

Write @ A2 .

Read @ A3 .

In this case do we require I2CWRITE DPIN,CPIN,$A2,B0,[B0] for writing to EEPROM and

I2CREAD DPIN,CPIN,$A3,B0,[B1,B2] for writing to EEPROM .

Need help urgent !

Thanks
Surge
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top