How to load a program into an independent Eeprom?
JChris
Posts: 58
in Propeller 1
Hi, I have a question about loading my program into an Eeprom.
Knowing, I program in spin and I have 1000 Eeprom to program without propeller chips how may I do ?
Have I to convert my program in a particularity format ? If yes how can I do it ?
This programmation of Eeproms will be doing by a professionel, so what do I have to provide ?
If someone has a clue, I would appreciate it.
Knowing, I program in spin and I have 1000 Eeprom to program without propeller chips how may I do ?
Have I to convert my program in a particularity format ? If yes how can I do it ?
This programmation of Eeproms will be doing by a professionel, so what do I have to provide ?
If someone has a clue, I would appreciate it.
Comments
One method I use is to have a small board with an eeprom set to an address one higher than the prop eeprom. I load a program in RAM on the prop which copies the data from the external eeprom as shown. Then just remove the external eeprom. Of course this means there is a prop and an eeprom on the board.
The question is, what does your Professional want you to provide?
You can do this yourself with an in expensive Programmer such as:
https://www.ebay.com/itm/USB-MiniPro-TL866CS-Universal-BIOS-Programmer-EEPROM-FLASH-8051-AVR-GAL-PIC-SPI-/263674955203
It will do the 32K an 64K EEPROM's used with the Propeller. It looks like it will do DIP and SMT versions.
The only caveat is you need one programmed EEPROM to copy to the others.
Hmm... do you mean you have a PCB going into production, and you need to provide the production company enough info to do this ?
Normally, you provide an Intel Hex file format, and email that to them.
That is a copy of want you want in the EEPROM.
'a professionel' who does production, can manage from there.
What package are the EEPROMs and do they expect to program them before, or after, PCB mounting ?
This allowed me to better understand the procedures.
I have seen with the profesional and he can copy an Eeprom and program all the others or I can give the image of the program as an Eeprom.