HCS x RS08 MCU

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HCS x RS08 MCU

Jump to solution
1,882 Views
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. 
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
483 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
484 Views
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 Kudos
Reply