HCS x RS08 MCU

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,905件の閲覧回数
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 解決策
506件の閲覧回数
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 返信
507件の閲覧回数
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 件の賞賛
返信