• avr microcontroller
    How to store 20 bytes of data (the input to the microcontroller is through usart port)temprorailly using a 8 bit microcontroller to prevent the data from being over written
  • avr microcontroller
    How to store 20 bytes of data (the input to the microcontroller is through usart port)temprorailly using a 8 bit microcontroller to prevent the data from being over written
  • Problem in Interfacing a 89C51 and ATMEL 24C04 (External Memory)
    Dear Sir, I am facing a problem in interfacing the AT89C51 with AT24C04 (External memory). the code is as follows: FADDR EQU 0A0h ; fixed address for AT24Cxx EEPROMs MEM_SIZE EQU 20h ; bytes...
  • Problem in Interfacing a 89C51 and ATMEL 24C04 (External Memory)
    Dear Sir, I am facing a problem in interfacing the AT89C51 with AT24C04 (External memory). the code is as follows: FADDR EQU 0A0h ; fixed address for AT24Cxx EEPROMs MEM_SIZE EQU 20h ; bytes...
  • addressing 24c04
    hi i am using the controller P89c51RD2BN and eeprom AT24c04 my i2c routine read and write the data perfectly. but upto the address 116 D (0x74) if i am trying to store any variable beyound this address...