RAM expand on the HCS12

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

RAM expand on the HCS12

Jump to solution
1,324 Views
memo06
Contributor I
we are busy with doing bus expened on HC12.we want to expened external 128k ram.we do simulator experimentation by codewarrior3.1.
   fristly, defining the external ram in simulator_linker.prm;
   secondly, distributing data variable to external ram in .c file;
   last,modifying option of compiler for HC12 tO -CpDPAGE=0x34 -Mb -PSegObj.
   now,runing program,we find external ram have been assigned by Start12.c.however,when runing main.c,do not modify value of data variable external ram.
   what is the reason that do not manipulate data variable in extenal ram.
Labels (1)
Tags (1)
0 Kudos
Reply
1 Solution
475 Views
CrasyCat
Specialist III

Hello

I have a couple of questions here:

  - For which CPU are you generating code? Which are your compiler options
  - Which simulation module did you load in the simulator? To check that Start HI-WAVE and select "Simulator" "Set Derivative".

What is selected in the Combo box?

CrasyCat

View solution in original post

0 Kudos
Reply
1 Reply
476 Views
CrasyCat
Specialist III

Hello

I have a couple of questions here:

  - For which CPU are you generating code? Which are your compiler options
  - Which simulation module did you load in the simulator? To check that Start HI-WAVE and select "Simulator" "Set Derivative".

What is selected in the Combo box?

CrasyCat

0 Kudos
Reply