save and load to AT24C08

rock_da_world

rock_da_world

@rock-da-world-HByLzJ Oct 20, 2024
Hi, I'm in Computer major, but have a task in Microcontroller course right now. I have to save and load from/to EEPROM AT24C08A in assembly (asm). I have searched over the internet and found available source code in VB or C++. Unfortunately I am not able to convert it into asm, because I am really really newbie in microcontroller word. Any help please. Thank you for your aprreciation.


Regards.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww May 27, 2009

    Welcome to CE RTW
    you want to Know that how you can write/read in/from EEPROM ? what you are going to interface with EEPROM? any Microcontroller or Computer?
  • rock_da_world

    rock_da_world

    @rock-da-world-HByLzJ May 27, 2009

    So I have AT89C51 for the microcontroller, and AT24C08A for the EEPROM. The asm program should be in the microcontroller but I need to save the data/ load the data to/from the EEPROM. Thanks.