This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

请问TI专家:tms320F28335怎么判断是否需要外扩RAM?

Other Parts Discussed in Thread: TMS320F28335

tms320F28335怎么判断是否需要外扩RAM

  • 通常是不需要外扩RAM的,如果您的程序比较大,而且还需要搬移到RAM中运行但RAM不足以存放搬移过来的程序时才需要考虑外扩RAM,或者是程序需要处理的数据量比较大,RAM不够用时也需要外扩RAM。

  • 查看debug文件夹里面的*.map文件,map文件里面会显示你的Flash和RAM分别使用了多少和剩余多少。如果剩余的RAM比较少的时候就要考虑外扩RAM