Documentation about s-file. (SOLVED)

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

Documentation about s-file. (SOLVED)

2,203件の閲覧回数
jeypi
Contributor I
Hello guys,
 
I need a document that describes the S-file, how is it build.  I want to know if it's possible to find an instruction in flash memory, boot memory or ram memory just looking the S-file.
 
Thanks,
João Paulo.


Message Edited by jeypi on 2009-01-15 06:44 PM
ラベル(1)
0 件の賞賛
返信
4 返答(返信)

481件の閲覧回数
jeypi
Contributor I
Thanks guys, it helped a lot.
 
João Paulo.
0 件の賞賛
返信

481件の閲覧回数
peg
Senior Contributor IV
Hi jeypi,

An S19 file is quite easily human readable, especially if your just looking for something near a known address etc.

Here are the details of the format.

0 件の賞賛
返信

481件の閲覧回数
Lundin
Senior Contributor IV
If you know what part of it that is data and what part that is code, then yes, even though it isn't easy. All instructions are there in hex, you will have to translate the op-codes to assembler.
0 件の賞賛
返信

481件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
The decoder application can be used to disassemble the content of an srecord, you have to specify the processor with the -proc option.
It wont know if some byte is a constant or instructions, so data will be disassembled as unreasonable code.

Daniel
0 件の賞賛
返信