error elf loading

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,251件の閲覧回数
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,198件の閲覧回数
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,199件の閲覧回数
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 件の賞賛
返信