We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear All, I'm really new for 8051 programming. I coding with C and I've a structure variable below, typedef struct PERSON_ST{ int ID; char Name[10]; char Age; }; struct PERSON_ST person; I want to store this data for 100 records. I don't know how to read/write a sequential data from/into a volatile memory. Do you have any suggestion? Thank you for any answers. Nat.
Thank you very much for all reply. I will try it again.