• eeprom programming
    Hi all. I am using the AT89S8252 micro and have never written to, or read from the eeprom. Could anyone perhaps give me a small example code to read and write to the eeprom. I would really appreciate...
  • spi eeprom
    hi i configured spi using the following code. but the clk is not coming in the sclk pin. can anybody help SSC0_CON_EN=0; SSC_BR = 13 ;//(40000000/2*1000000)-1 SSC0_CON=0xc037; P3.13=1; ALTSELP3...
  • 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.
  • Updated data on external EEPROM
    Hello all, I have a very complicated question 4 U. In my target board I use the T89C51RD2 micro and also two types of external memory devices; SRAM 32KB and parallel EEPROM 8KB. My code runs from micro...