Documentation about s-file. (SOLVED)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Documentation about s-file. (SOLVED)

2,132 Views
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
Labels (1)
0 Kudos
4 Replies

410 Views
jeypi
Contributor I
Thanks guys, it helped a lot.
 
João Paulo.
0 Kudos

410 Views
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 Kudos

410 Views
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 Kudos

410 Views
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 Kudos