How to create .phy file

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

How to create .phy file

Jump to solution
3,291 Views
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.
Labels (1)
Tags (1)
0 Kudos
1 Solution
684 Views
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

View solution in original post

0 Kudos
2 Replies
685 Views
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 Kudos
684 Views
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 Kudos