File format for Intel 87C196 microcontroller
File format for Intel 87C196 microcontroller
(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: File format for Intel 87C196 microcontroller
RE: File format for Intel 87C196 microcontroller
http://www.signatec.com/products/centers/3rdpartysoft.asp
http://www.hunteng.co.uk/legacy_products/software/ticc4x.htm
for: The hex conversion utility allows you to convert an executable COFF output file into ASCII-Hex, Intel MSC-86, Extended Tektronix, Motorola-S, or TI-Tagged Object file format that can be used as input to an EPROM programmer.
etc. for more info