error elf loading

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

error elf loading

跳至解决方案
3,241 次查看
tr
Contributor I
Hi,
I will like use mc9s12dp512 and use the p & e microcomputer. When i am download my program bdm port, I have the message error "elf loader error while writing to ff80.. 10180" How can do for i dont have this error
Christian
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,188 次查看
CrasyCat
Specialist III

Hello

Apparently you have linked code or data between 0x10000 and 0x10180. The HC12DP512 does not have memory there. So the debugger is not able to download the code there.

To find out what is allocated there:
 - Edit the application .map file
 - Find out what is allocated above 0xFFFF in there. There is a section
     "OBJECT LIST SORTED BY ADDRESS" there, which can help.

In order to fix the problem I would suggest you to create a project using the wizard and use the default .prm file created by the wizard. 

If you are not able to fix that yourself, please open a ticket with our support organization.

CrasyCat

在原帖中查看解决方案

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

Hello

Apparently you have linked code or data between 0x10000 and 0x10180. The HC12DP512 does not have memory there. So the debugger is not able to download the code there.

To find out what is allocated there:
 - Edit the application .map file
 - Find out what is allocated above 0xFFFF in there. There is a section
     "OBJECT LIST SORTED BY ADDRESS" there, which can help.

In order to fix the problem I would suggest you to create a project using the wizard and use the default .prm file created by the wizard. 

If you are not able to fix that yourself, please open a ticket with our support organization.

CrasyCat

0 项奖励
回复