Separate one file into 2 files to use Ram and EEPROM

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

Separate one file into 2 files to use Ram and EEPROM

ソリューションへジャンプ
1,644件の閲覧回数
bat
Contributor II

I am using MinIDE assembler. I am using  a HC11K4 processor. The processor has $300 ram.  The problem is, I have run out of ram. I would like to have a way to place part of the file in ram and part in EEPROM. I think a linker would do this but, I have no idea of how to use a linker. I tried looking at Codewarrior but could not make much sense of it. About the only thing I understood about it was that I had to make at least one of the files a .prm file. After that I got lost.

 Can someone tell me , easy to understand, how I may do this using Codewarrior.

Thanks for any help

BAT

ラベル(1)
0 件の賞賛
返信
1 解決策
875件の閲覧回数
bat
Contributor II

I havnt learned how to use Codewarrrior but I split the file into 2 files. I put all the subroutines in the EEPROM and then placed an equ of each routine in the RAM file. It seems to work fine.

BAT

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
876件の閲覧回数
bat
Contributor II

I havnt learned how to use Codewarrrior but I split the file into 2 files. I put all the subroutines in the EEPROM and then placed an equ of each routine in the RAM file. It seems to work fine.

BAT

0 件の賞賛
返信