What variables to allocate to Internal RAM and what to External RAM ?

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

What variables to allocate to Internal RAM and what to External RAM ?

1,016件の閲覧回数
pest
Contributor I

When in a project with both Internal and External RAM, and space available in both, how to choose what variables are to be allocated where ? Is there a general rule on when to allocate to External RAM or Internal RAM ?

 

Similarly how about code in External or Internal ROM ?

ラベル(1)
0 件の賞賛
返信
1 返信

818件の閲覧回数
kef
Specialist I

Internal memory is faster and more reliable than any external memory. So you should try to keep everything in internal memory. In case you don't have enough RAM, you should use external RAM for less time and safety critical data.

0 件の賞賛
返信