Superpro®5004GPUser’sGuide 64
Programthetwopartsintotwochipsrespectively.
Whenloadingthefile,selectEvenastheFileModetowritethedatainthe
addresses0,2,4,6,etc.toonechip.SelectOddastheFilemodetowritethedata
attheaddress1,3,5,7,etc.totheotherchip.
2. Basedonthebyte(8‐bit),dividethefileintofourpartsbyaddressofthefirst
byte,thesecondbyte,thethirdbyteandthefourthbyteoutofeveryfourbytes.
Programthefourpartstofourchipsrespectively.
Whenloadingthefile,selectthe1stbyteof4astheFileModetowritethedata
intheaddresses0,4,8,12(orCifHEX),etc.toonechip.Thenselect2ndbyteof
4,3rdbyteof4,andfinally4thbyteof4towritetheremainingdatatotheother
threechips.
3. Basedontheword(16‐bit),dividethefileintotwopartsbyaddressofthefirst
twobytesandthelasttwobytesoutofeveryfourbytes.Programthetwoparts
totwochipsrespectively.
Whenloadingthefile,selectthe1st2_typeof4astheFileModetowritethe
dataintheaddresses0,1,5,6,etc.toonechip.Thenselect2nd_byteof4to
writetheremainingdatatotheotherchip.
ProgramTwoorMoreFilestoOneChip
Youcanloadseveralfilesintothebufferandwritethemtothechip.Thefollowing
explanationgivesanexampleofprogrammingthreefiles(Sample1,Sample2,and
Sample3)toonechip.Theexampleassumesthefollowing:
• Writethedatafromtheaddress200(Hex)ofthefileSample1totheaddress0
ofthechip.
• Writethedatafromtheaddress0(Hex)ofthefileSample2totheaddress3000
(Hex)ofthechip.
• Writethedatafromtheaddress4000(Hex)ofthefileSample3totheaddress
4000(Hex)ofthechip.
1. SelectEditfromtheBuffermenu.MakesurethattheBufferclearondataload
optionisnotchecked.
2. SelectLoadfromtheFilemenutoloadtheSample1file.
• IntheBufferAddressfield,enter0.
• IntheFileAddressfield,enter200.