How to create .phy file

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

How to create .phy file

ソリューションへジャンプ
4,056件の閲覧回数
jensb
Contributor I
On the P&E mirco I read that for downloading a project I needed a *.phy (or convert an *.s19 to *.phy) file. Since I'm Using the codewarrior, it should be possible to directly create a .phy file. But I can't find the info to do so. Does any one has any idea to create such a file?
 
Thx.
ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,449件の閲覧回数
CrasyCat
Specialist III

Hello

I assume you are using CodeWarrior HC12 V3.1 ot V4.5 . Am I right?

If you create your project using the wizard, there is a file with extension .abs.phy created in the project bin directory.

This is the S record file containing physical addresses.

For the little story, this file is generated by the burner utility when it process the file burner.bbl located in the project prm directory.

Check commands in this file after the comment:
/* physical s-record file */
I hope this helps.

CrasyCat

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,450件の閲覧回数
CrasyCat
Specialist III

Hello

I assume you are using CodeWarrior HC12 V3.1 ot V4.5 . Am I right?

If you create your project using the wizard, there is a file with extension .abs.phy created in the project bin directory.

This is the S record file containing physical addresses.

For the little story, this file is generated by the burner utility when it process the file burner.bbl located in the project prm directory.

Check commands in this file after the comment:
/* physical s-record file */
I hope this helps.

CrasyCat

0 件の賞賛
返信
1,449件の閲覧回数
jensb
Contributor I

Thx for the help,

The burner.bbl file was not in my project and that was the reason way the .abs file wasn't converted.

Cheers,

jensb

0 件の賞賛
返信