about programming MC9S12XEG128!!!

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

about programming MC9S12XEG128!!!

1,362 次查看
m7Cgde
Contributor I
Hi,Dear Friends,
 
When I download the program into the chip of  MC9S12XEG128 in debugger using Codewarrior 4.6 for HCS12(X), the system always clues to "Error while writing to FFF8...101F8".If you have some methods,
Please reply.Thanks.
 
 
NYG
标签 (1)
0 项奖励
1 回复

259 次查看
CrasyCat
Specialist III
Hello
 
Address 101F8 is not a valid logical address for your MC9S12XEG128 chip.
So there is something wrong in your application.
 
Can you please check your .map file and look at what is allocated at that address.
Adjust your .prm file or your application to make sure non-banked area stops at 0xFFFF.
 
CrasyCat
0 项奖励