Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/07/02 15:12
Read: times


 
#22652 - Writing union types to external EEPROM
Hi all,
Doe's anyone know how to write a union type to external parallel EEPROM (AT28C64)?

The union type is:
typedef union {
uchar handle :1;
uchar input_status;
uchar intrnl_event;
uchar rcv_data[8];
uint measurement;
Time time;
Date date;
} rcvMSG;

I know how to write byte by byte but not this one. I also configured the external pointer to be rcvMSG instead of char but without luck.

List of 2 messages in thread
TopicAuthorDate
Writing union types to external EEPROM            01/01/70 00:00      
RE: Writing union types to external EEPROM            01/01/70 00:00      

Back to Subject List