When retrieving the hex file from either a pic micro or arduino chip, does the hex file contain the EEPROM of that particular chip?
Does the hex file only contain the program or the program and EEPROM?
When retrieving the hex file from either a pic micro or arduino chip, does the hex file contain the EEPROM of that particular chip?
Does the hex file only contain the program or the program and EEPROM?
If you are talking about PIC Hex File Format
then yes, it contain EEPROM data and even more.
The PIC hex file contain: code, EEPROM data, user bytes (User ID) and configuration words.
Check also: http://www.kanda.com/blog/microcontrollers/pic-microcontrollers/pic-hex-file-format/