Hi Husein
MC9S12XEP100 belongs to HCS12X family. After each successfully build, CW MC9S12XEP100 project will generate two files with extension .s19 and .glo.
.s19 is logical address.
.glo is global linear address.
We can find logical and global address definition in MC9S12XEP100 datasheet memory map.
using SRecCvt tool can convert s19 to glo or vice versa.
.phy is also a type of linear address that is widely used in P&E programmer.
if you use P&E programmer or burning tools, I would say most of them identify phy syntax only. thus we need covert s19 to phy syntax with Log2Phy tool.
in nutshell, you need know which syntax the programmer support , then choose the right burning file syntax.
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------