How to generate S19 file at flash page_F0 address

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

How to generate S19 file at flash page_F0 address

跳至解决方案
1,685 次查看
vadagam
Contributor I

Hi,

 

I am trying to generate S record (s19) file starts from global address 0x7C0000 (Flash Page_F0) on MC9S12XS256 based target. I am using CodeWarrior 4.7 IDE and PE Micro’s BDM interface to download my flash code.

 

Please provide the information on ‘what changes I need to do in my linker and other files for generating S19 file starts at 0x7C0000 address.

 

Thank you

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
953 次查看
CrasyCat
Specialist III

Hello

 

According to my understanding you are looking for a way to generate a S record file for your whole application, containing ^global addresses instead of logical ones.

 

Am I right?

 

If that is what you are looking for the .glo file generated automatically if you have created your project using the project wizard is what you need.

 

This is a S record file where all records are specified using global addresses.

I hope that helps.

  

CrasyCat

在原帖中查看解决方案

0 项奖励
回复
1 回复
954 次查看
CrasyCat
Specialist III

Hello

 

According to my understanding you are looking for a way to generate a S record file for your whole application, containing ^global addresses instead of logical ones.

 

Am I right?

 

If that is what you are looking for the .glo file generated automatically if you have created your project using the project wizard is what you need.

 

This is a S record file where all records are specified using global addresses.

I hope that helps.

  

CrasyCat

0 项奖励
回复