CodeQuickAccess and DataQuickAccess

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

CodeQuickAccess and DataQuickAccess

1,965件の閲覧回数
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 返信

1,827件の閲覧回数
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 件の賞賛
返信