threewheeler7 wrote: > do any of you have any suggestions on what is a > simpler way of loading eeprom values into hex files. > i have just been using mplab's > eeprom view, and then exporting the hex. Put the EEPROM values in the source code. On a PIC 16: eeprom code h'2100' de val, ... val On a PIC 18: eeprom code_pack h'F00000' db byte, ... byte ******************************************************************** Embed Inc, Littleton Massachusetts, http://www.embedinc.com/products (978) 742-9014. Gold level PIC consultants since 2000. -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist