About OCRAM used as none-cache area

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

About OCRAM used as none-cache area

ソリューションへジャンプ
1,056件の閲覧回数
nxbg
Contributor I

Hello Team, we are using part of OCRAM as none-cache area, so we do following setting:

MPU->RBAR = ARM_MPU_RBAR(8, 0x20320000U);
MPU->RASR = ARM_MPU_RASR(0, ARM_MPU_AP_FULL, 1, 0, 0, 0, 0, ARM_MPU_REGION_SIZE_128KB);

So if we already set the OCRAM area to none-cache area, do we still need to call cacheflush related function before we read and write this memory area?

Thanks & Best Regards,

0 件の賞賛
返信
1 解決策
1,046件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @nxbg ,

No, you needn't.

 

Regards,

Jing

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,047件の閲覧回数
jingpan
NXP TechSupport
NXP TechSupport

Hi @nxbg ,

No, you needn't.

 

Regards,

Jing

0 件の賞賛
返信