using all 8K SRAM in NE64-CW4.5

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

using all 8K SRAM in NE64-CW4.5

Jump to solution
1,553 Views
eddie
Contributor I
Hello
Desperate to use all 8K of internal RAM of NE64.
Changed PRM file to specify RAM at 2000-3FFF.
Compiles okay but doesn't work.
I guess I somehow,somewhere need to change the RAM
mapping register(INITRM).How?Where?
Running out of RAM.Any help would be appreciated.
Eddie
Labels (1)
Tags (1)
0 Kudos
1 Solution
408 Views
CompilerGuru
NXP Employee
NXP Employee
Search for INITRM in start12.c.
There is some code to map the RAM where you want it, but it is only enabled for the serial monitor. So enable the handling of INITRM in there.
INITRM has to be set in start12.c before Init is called.

Daniel

View solution in original post

0 Kudos
2 Replies
409 Views
CompilerGuru
NXP Employee
NXP Employee
Search for INITRM in start12.c.
There is some code to map the RAM where you want it, but it is only enabled for the serial monitor. So enable the handling of INITRM in there.
INITRM has to be set in start12.c before Init is called.

Daniel
0 Kudos
408 Views
eddie
Contributor I
Thanks,CompilerGuru.
Works fine.
0 Kudos