output for HCS08 microcontroller

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

output for HCS08 microcontroller

3,349件の閲覧回数
santhoshmathoor
Contributor I
Hi,
I would like to know which output file (.abs or .s19) of codewarrior project can be used to burn in microcontroller flash. What is the purpose of .s19 file that I find in my project folder?
Thanks and Regards
ラベル(1)
0 件の賞賛
返信
3 返答(返信)

688件の閲覧回数
santhoshmathoor
Contributor I
Hello Glork,
Thank you for the reply.
As a beginner I would like to know if my idea regarding .s19 files is correct - "A single .s19 file is generated for the entire project which can be used to burn the EPROM "
 
Also can you please suggest some links(reference) where I can get an overview about .s19 and .abs files on context of burining code into EPROM.
 
Thanks again
 
0 件の賞賛
返信

688件の閲覧回数
peg
Senior Contributor IV

Hi,

Here is a link for stuff about S19:

http://www.ezl.com/~rsch/S_Records/

You are correct, the S19 file contains all of the bytes that need to be burnt.

It can skip over unused areas as the address to burn is at the begining of each line.

Regards David

 

0 件の賞賛
返信

688件の閲覧回数
glork
Contributor I
Hello santhoshmathoor.
In all of the programmers that I've used for Freescale micros the *.s19 file is the one used by the programmer to program your part. Other files, *.abs & *.map, etc., may be used by the debugger program.
ron
0 件の賞賛
返信