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

external memory problem

hi,

i developed code for my project in AT89s52.
complete code is working properly.
now i need EEPROM,so i modified my code to AT89S8252.
my external data getting modified.
RAM test is ok.
hard ware is ok.
iam receiving data from PC through serial communication.
storing same data into external memory.
sending same data to PC.
some of the data getting modified.
plz help in this issue.

Parents
  • Your problem description is still quite vague. For starters, it lacks the definition of all those variables you're using.

    but comparision is not same.

    So how do they differ?

    But here's a hint: it's rather unlikely that Loop+1 is the index you should be using after the first loop. Re-check the semantics of the for loop with your textbook to see why.

Reply
  • Your problem description is still quite vague. For starters, it lacks the definition of all those variables you're using.

    but comparision is not same.

    So how do they differ?

    But here's a hint: it's rather unlikely that Loop+1 is the index you should be using after the first loop. Re-check the semantics of the for loop with your textbook to see why.

Children