S32R274 Data cache Flush?

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

S32R274 Data cache Flush?

835 次查看
amulrass_vazhum
Contributor II

Hi,

I am using S32R274 controller, I need to Flush the Data-cache to Main memory on certain conditions.

The S32R274 controller supports write-through mode only, so invalidating a cache-line by L1FINV0 is sufficient? or do I need to use dcbf instruction?

Regards

Amulrass V

标记 (3)
0 项奖励
2 回复数

714 次查看
amulrass_vazhum
Contributor II

Hi, thanks a lot:)

0 项奖励

714 次查看
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, there is no need of flush cache content as cache line is allocated only during reads and writes always accesses also target memory. As copy-back mode is not present on the device, invalidate operation is enough.

0 项奖励