Hi,

I need to place a large number of codes into an I2C EEPROM, such as 24C128. I don't want to place code into my PIC program in order to transfer the data into the EEPROM but literally place the hex values into the EEPROM 1 byte after the next. I know this sounds strange but I have around 576 bytes to transfer in to the EEPROM, and that's just one of approx. 20 files which I need to place into the EEPROM! Here is just a small sample of the codes to be placed into it:

EAAA95FFABFEFEAAB5FFABFEFEAAA5FE
AADEBAAAA93DAA95EAAAAA4BFAB55EAA
AA96BFA955AAAAA96BFA955EAAAAA5AF

The code has been generated and I need to be able to read this code into the PIC for use. Above is just 3 lines of 16 bytes, one after the other.

My question is, can PICBasic create a hex file for me to place into the programmer from these hex values? The programmer I am using is a PICALLW and has the option to program 24CXXX devices.

Any help is very much appreciated

Rob