hiii could anybody provide me the code in assembly to interface eeprom AT24C08 with AT89s52..............or any link from where i can learn it...... i need tht urgently.....plz help me
better start here:
The documents commonly referred to as "the bible" for the 8051 are:
www.semiconductors.philips.com/.../80C51_FAM_ARCH_1.pdf www.semiconductors.philips.com/.../80C51_FAM_PROG_GUIDE_1.pdf www.semiconductors.philips.com/.../80C51_FAM_HARDWARE_1.pdf
The PROG_GUIDE is the one that includes the Instruction Set description, and timings for the standard 8051
@tamir michael thnx a lot......can u also tell how to test my code.....i have an assembler........but is there any way to check output before actually burning it?????
Very nice. I just finished a project needing port expanders! I think maybe if you want to be able to address each one individually you could use port expanders. Shift registers would also work.