The Problem that the Codewarrior V4.5 generating the .phy file for HCS12X family

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

The Problem that the Codewarrior V4.5 generating the .phy file for HCS12X family

Jump to solution
1,454 Views
xingzou
Contributor I
When I use the Codewarrior V4.5 to compile  the project for MC9S12XDT512 MCU, the .phy file generated  in the /bin directory is wrong, which is different from the file generated by  log2Phy_12.exe. I think the Codewarrior V4,5 still use the way of HCS12 for HCS12X. In fact, the memory managemant between HCS12 and HCS12X is very different.
 
Whether I need configue the CW V4.5 for getting the right .phy file.
Thanks.
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
615 Views
CrasyCat
Specialist III
Hello
 
If you create a project for HCS12X using the project wizard, the .bbl file generated will generate:
  a file with extension .abs.s19, which contains S records with logical (non - linear) addresses
  a file with extension .abs.glo, which contains S records with global addresses.
 
The delivered default.bbl file does not generate any S record file with physical addresses.
 
CrasyCat

View solution in original post

0 Kudos
Reply
1 Reply
616 Views
CrasyCat
Specialist III
Hello
 
If you create a project for HCS12X using the project wizard, the .bbl file generated will generate:
  a file with extension .abs.s19, which contains S records with logical (non - linear) addresses
  a file with extension .abs.glo, which contains S records with global addresses.
 
The delivered default.bbl file does not generate any S record file with physical addresses.
 
CrasyCat
0 Kudos
Reply