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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,873 次查看
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.
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,034 次查看
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 项奖励
回复
1 回复
1,035 次查看
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 项奖励
回复