• External EEPROM data memory
    I connecting external eeprom to atmel 89C52 chip. How do I write c code so that I can write data memory to the chip while using the address lines and the rd wr on the chip.
  • Code update through EEPROM
    Hi, i am planning to work on secondary bootloader using IAP to update code from extrnal EEPROM on I2C. In order to do that, i first need to write the code(may be hex file) in to EEPROM. I know...
  • Writing to external EEPROM (nrf24e1)
    Hi all, I am unsure how to write to the external eeprom on the nrf24e1 eval-board. the eeprom is that of 25xx320 (4kb), i would like to be able to receive 18bytes through the on-board UART Rx pin...
  • Accessing external EEPROM
    Hello, Is there any way to initialize, define and use all the variables in external EEPROM instead of external RAM in C.
  • Define struct on external EEPROM
    Hello all, I'm facing a little understanding problem. At my design I use the AT89C51RD2 micro and also two external memory devices – SRAM and parallel EEPROM. At my code I have several structs that...