HCS x RS08 MCU

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

HCS x RS08 MCU

跳至解决方案
2,234 次查看
jlflorio
Contributor I
Hi! We wrote a program in assembly for the RS08KA2. It worked already without problem. Now, we are trying to burn a chip (RS08), with the same program (using Softec DEMORS08KA2), but apears : " The code to be loaded does not match with the CPU type of the target ("RS08 vs HC08")! Do you want to load anyway?
Trying to load, came another error "Error while writing to FFFE...101FE. Information no memory at this adress.
The MCU is realy a RS08KA2 !
Please help us. 
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
835 次查看
CrasyCat
Specialist III
Hello
 
It looks like there is a disconnect between your .Abs file and the device you have selected in the debugger.
 
Can you please check the following:
  - Open your project in CodeWarrior the usual way.
  - Open the Target settings dialog (Press ALT + F7)
  - In the "Target Settings" panel how is the "Linker" configured?
     It should be "Linker for RS08"
    If this is not the case change that and rebuild.
 - Start the debugger now
 - Select inDart-Hc08 -> MCU / Configuration
  - What is the device configured here? It should be DEMORS08KA2 as far as I know.
 
Is it working better?
 
CrasyCat

在原帖中查看解决方案

0 项奖励
回复
1 回复
836 次查看
CrasyCat
Specialist III
Hello
 
It looks like there is a disconnect between your .Abs file and the device you have selected in the debugger.
 
Can you please check the following:
  - Open your project in CodeWarrior the usual way.
  - Open the Target settings dialog (Press ALT + F7)
  - In the "Target Settings" panel how is the "Linker" configured?
     It should be "Linker for RS08"
    If this is not the case change that and rebuild.
 - Start the debugger now
 - Select inDart-Hc08 -> MCU / Configuration
  - What is the device configured here? It should be DEMORS08KA2 as far as I know.
 
Is it working better?
 
CrasyCat
0 项奖励
回复