Hello guys,
I stored a array of characters of 512 size in flash memory using IAP. when I read the array from saved memory location. I get diffrent values.
when I read my code is
char *p;
char c[512];
p = 0x30000;
c = *p;
why I am not able to read the stored values, Instead I recieve A to Z characters,
I look forward to your solution guys,
Tom.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]Message
ASCII characters
2005-06-29 by Tom Convent
Attachments
- No local attachments were found for this message.