Microcontroller › 8051 › How to wrie 16-bit data EEPROM 24c021 › Break the data into two one
March 7, 2012 at 10:21 am
#7271
nikhiljain
Participant
Break the data into two one byte numbers using masking and send one byte at a time to the eeprom. However in the logic of your program you have to convert the two bytes into one number.