Other Parts Discussed in Thread: TMS320F28069
您好!
我使用的是 TMS320f28069 C2000系列 MCU。 当我使用闪存链接器 cmd 文件时、我对.cmd 文件感到困惑、我的代码将在 RAM 或闪存中执行?。
此致、
P M Manoj Kumar。
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.
Other Parts Discussed in Thread: TMS320F28069
您好!
我使用的是 TMS320f28069 C2000系列 MCU。 当我使用闪存链接器 cmd 文件时、我对.cmd 文件感到困惑、我的代码将在 RAM 或闪存中执行?。
此致、
P M Manoj Kumar。
Manoj、
闪存比 RAM 慢。 闪存需要更多的周期来提供 CPU 要求的数据。 如您可能在数据表(表5-17)中看到的那样。 不同频率下所需的最小闪存/ OTP 等待状态)、用户应用应配置一些等待状态、以便闪存返回 CPU 请求的有效数据/代码。 但是、可以启用称为闪存流水线的预取机制、以提高线性代码执行的提取性能。 更多详细信息、请参阅 TRM 中的第1.2.3.2节"闪存管道模式"、网址为 www.ti.com/.../spruh18g.pdf。
谢谢、此致、
Vamsi