I am currently putting MP=1;
XINTF7 with a 16bit EPROM Connect together,
The question now is how I out files will be converted to an array, my program will burn in the array into EPROM in parallel
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am currently putting MP=1;
XINTF7 with a 16bit EPROM Connect together,
The question now is how I out files will be converted to an array, my program will burn in the array into EPROM in parallel
Depending on the method you use to burn your program in flash, you may need to convert your executable from a COFF object file to a hexadecimal file by using the hex conversion utility hex2000. Some general background on the hex utility can be found in this wiki article.
Thanks and regards,
-George