Contents of address location 0x0000 in S19 file

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

Contents of address location 0x0000 in S19 file

ソリューションへジャンプ
1,279件の閲覧回数
sep2kor
Contributor III

Hello,

 

I am using S12XEP100 target of S12 series.

 

I want to know in the S19 file generated by the CodeWarrior tool, from which file / how are the contents of address location 0x0000 generated?

 

Thank You

 

Sandeep

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
661件の閲覧回数
sep2kor
Contributor III

Thanks CrasyCat, Kef and Navidad :smileyhappy:

元の投稿で解決策を見る

0 件の賞賛
返信
5 返答(返信)
661件の閲覧回数
CrasyCat
Specialist III

Do you mean content of S0 record?

 

The S0 record data sequence contains vendor specific data and no real program data.

For CodeWarrior it holds the absolute path to the .abs used to generate the S record file.

 

CrasyCat

0 件の賞賛
返信
661件の閲覧回数
sep2kor
Contributor III

Yes the S0 record.

 

The content at 0x0000 address in my S19 file is

S0350000443A5C4175746F7361725C42616E6B65645F4D656D6F72795C42696E5F46696C65735C626F6F745F6D65726765642E733139E3

 

Are these values used to initialsie the various CPU/MCU registers?

 

 

0 件の賞賛
返信
661件の閲覧回数
kef
Specialist I

No, S0 is not used to setup/initialize MCU. This long S0 record in CodeWaarrior by defualt contains full path to your *.abs file. 

You can configure burner to not output S0 record at all or write only *.abs file name to it without full path. It is much shorter without full path. See project settins, burner, configure S records.

0 件の賞賛
返信
661件の閲覧回数
Navidad
Contributor III

The address corresponding to a S0 entry is by my knowledge always zero, but the content of this entry is never downloaded on the board, which more or less means that you do not have to worry about it.

0 件の賞賛
返信
662件の閲覧回数
sep2kor
Contributor III

Thanks CrasyCat, Kef and Navidad :smileyhappy:

0 件の賞賛
返信