??? 03/11/05 20:26 Read: times |
#89510 - memory information using structs |
Hi everybody,
I have been having problems when I try to send some information to a external RAM (62256) using structures (C programming), in dee, ]I havent been able to send this because I also will have to read this information to send it to a PC. What I need is help so I can be able to write information in the external RAM and keep the format so later I can read it and send it to a PC using the serial port. my structure somethin similar tho this. struct info { int name = [15]; int age = [2]; int birthdate = [6]; }datos; and the call is something like... . . . nombre = name.datos; . . . and I need to send this structure to the external memory and let available for next capture. I really will appreciate your help |
Topic | Author | Date |
memory information using structs | 01/01/70 00:00 | |
You Need A C Book | 01/01/70 00:00 | |
Acessing struct | 01/01/70 00:00 | |
Struct | 01/01/70 00:00 | |
Avoid Malloc on 8051![]() | 01/01/70 00:00 |