CodeQuickAccess and DataQuickAccess

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

CodeQuickAccess and DataQuickAccess

2,777 次查看
1920844004
Contributor III

#define AT_QUICKACCESS_SECTION_CODE(func) __attribute__((section("CodeQuickAccess"))) func

#define AT_QUICKACCESS_SECTION_DATA(func) __attribute__((section("DataQuickAccess"))) func

How do I use this "CodeQuickAccess" feature? Can it speed up code execution?

0 项奖励
回复
1 回复

2,639 次查看
victorjimenez
NXP TechSupport
NXP TechSupport

Hello zhihui liu,

Please check the following application note: Using the i.MX RT FlexRAM. The CodeQuickAccess section corresponds to the  I-TCM(Instruction-Tightly Coupled Memory) and the DataQuickAccess to the D-TCM(Data-Tightly Coupled Memory).

All TCM interfaces run at the same frequency as the Arm Cortex-M7core and are synchronous to each other.

Hope it helps!

Victor.

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复