using all 8K SRAM in NE64-CW4.5

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

using all 8K SRAM in NE64-CW4.5

跳至解决方案
2,253 次查看
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
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,108 次查看
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 项奖励
回复
2 回复数
1,109 次查看
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 项奖励
回复
1,108 次查看
eddie
Contributor I
Thanks,CompilerGuru.
Works fine.
0 项奖励
回复