This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Microcontroller projects

Hi all here is the thing i want audio files to save on external eeprom and play it again using P89C51RD+,ADC0831,DAC0808 and AT24C512 EEPROM can anybody help me the code thanks in advance

Parents
  • Well, notice the overlapping between the terms EEPROM and Flash. EEPROM memories often have page-write capabilities, allowing them to write multiple bytes in a fixed time.

    So the criteria to look for is reasonably sized pages and reasonably fast page-write times. And to preferably look for SPI instead of I2C.

    An example is:
    www.st.com/.../456.jsp
    with 256 byte page write capability and < 1ms page write time.

Reply
  • Well, notice the overlapping between the terms EEPROM and Flash. EEPROM memories often have page-write capabilities, allowing them to write multiple bytes in a fixed time.

    So the criteria to look for is reasonably sized pages and reasonably fast page-write times. And to preferably look for SPI instead of I2C.

    An example is:
    www.st.com/.../456.jsp
    with 256 byte page write capability and < 1ms page write time.

Children
No data