??? 11/05/08 08:07 Read: times |
#159703 - So fix the loop then Responding to: ???'s previous message |
My code block - that shows to Erik that the read data is in code space is the write loop.
Your code block - that you call the read code - is the same write loop. And yes, your read loop do not work. And yes, I have pointed out several reasons why it doesn't work. But have you responded to these comments, or tried to change your code? Exactly when will you start looking at the comments you have received? You do not reinitialize your read pointer before your read loop! You do not step forward when writing into your eedata[] array. Now, doesn't taht sound like things you should bother with? |