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,012 次查看
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 回复

814 次查看
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 项奖励
回复