using all 8K SRAM in NE64-CW4.5

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

using all 8K SRAM in NE64-CW4.5

ソリューションへジャンプ
2,264件の閲覧回数
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,119件の閲覧回数
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,120件の閲覧回数
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,119件の閲覧回数
eddie
Contributor I
Thanks,CompilerGuru.
Works fine.
0 件の賞賛
返信