Intel 87C196 micro controller hex file format
Intel 87C196 micro controller hex file format
(OP)
Hi folks,
Apologies for mutiple posting but it's difficult to know where best to post this query.
We have an old product which uses the 87C196 microcontroller and I need to program some more blank parts for spares. The problem is I can't be sure of the correct hex file format to setup on our Data I-O 2900 programmer for reading in the file from disk.
The file header looks like this:
:02203800F63F71
:01201800FFC8
which is very similar to Intel Hex-32, but not exactly as the second line seems to be missing two characters for the extended address.
Does anyone out there have any ideas?
Apologies for mutiple posting but it's difficult to know where best to post this query.
We have an old product which uses the 87C196 microcontroller and I need to program some more blank parts for spares. The problem is I can't be sure of the correct hex file format to setup on our Data I-O 2900 programmer for reading in the file from disk.
The file header looks like this:
:02203800F63F71
:01201800FFC8
which is very similar to Intel Hex-32, but not exactly as the second line seems to be missing two characters for the extended address.
Does anyone out there have any ideas?





RE: Intel 87C196 micro controller hex file format
make a copy.
<nbucska@pcperipherals.com>
RE: Intel 87C196 micro controller hex file format
RE: Intel 87C196 micro controller hex file format
He can copy the PROM without knowing anything about the HEX file.
<nbucska@pcperipherals.com>
RE: Intel 87C196 micro controller hex file format
RE: Intel 87C196 micro controller hex file format
Having got the file to download into the programmer without errors the main problem was working out the address offset required for the PROM area of the memory map. This has taken a while with a bit of trial and error, but we now have sorted that one out.
Thanks to all who replied.