I really want to help you but i'm really not sure of what you want to do so, could you give more details... wich EEPROM or PIC you want to program /edit.
I really want to help you but i'm really not sure of what you want to do so, could you give more details... wich EEPROM or PIC you want to program /edit.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Hi,
I've got a 24LC65B in this case, and I have pic routines that can read and
write to I2C EEPROMS, but I have data to program to the EEPROM initialy
so that the data on it can be used by the pic at run time.
short version:
I have a big table of values that I need to make a 24LC65 hex file out of using MPLAB.
in this case MPLAB can't help you. You need a EEPROM programmer/reader like Elnec, BKPrecision or else. There's some free stuff and easy to build like IC-Prog or Pony Prog with SI interface or JDM.
Free softwares:
Pony Prog: http://www.lancos.com/prog.html
IC-Prog:http://www.ic-prog.com/index1.htm
SI interface :
http://www.lancos.com/siprogsch.html
JDM interface :
http://www.ic-prog.com/index1.htm
OR, still use IC-Prog or Pony-Prog software to edit your EEPROM dump, use your PC to send the whole EEPROM dump to your PIC, then from your PIC to your EEPROM. In this case, some VB or else PC LANGUAGE knowledge are needed.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bummer,
Funny how some seriasl eeproms are listed as devices in older vers of MPLAB.
I think the next easiest approach without PC programming is to send the
table out of a PC serial port with hyperterm to a pic who's sole job it is
to listen for data and write the eeprom.
Bookmarks