• Interfacing LPC2148 with EEPROM (AT24c04)
    Hi, I am working on lpc2148. I need a sample code for interfacing lpc2148 with eeprom device(at24c04). Its very urgent please help me out... Thanks in advance.... Regards, Kiranmai G
  • interfacing at24c04 and ds18b20 with 8051
    hey can any body did this i need to interface both ds18b20 and at24c04 with 8051 there are more examples but problem is for at24co4 i need 12 mhz crystal and for ds18b20 i need 11.059 mhz. can it...
  • How to Interface AT24C04 with 89C51
    Please send me a detailed diagram of the connection and the corresponding C/C++ and Asembly program to embed in the microcontroller . I will be very much obliged if help me at the earliest. Thank you...
  • Simulate 8052 microcontroller with keiluVision3
    Hi, I would like to debug a piece of source code based on 8052 microcontroller, the code is following: MAIN: MOV T2CON, #02h MOV tl2, #0FBh MOV th2, #0FFh MOV RLDL, #0FBh MOV RLDH, #0FFh...
  • Problem when implement i2c interface between AT24C04 EEPROM with 8051
    Hello! I have write a program to write and read to/from AT24c04 serial ROM (89C52 interface with AT24C04). I am using Keil C to program. But i can read any data which i have write to AT24c04. I don...