如题。还有,若缓存全部占用的话,会有什么影响呢?
noaming:
The L1P and L1D cache sizes can be changed in the program code by issuing the appropriate chipsupport library (CSL) commands:· CACHE_L1pSetSize();· CACHE_L1dSetSize();
zhan shao:
话说,L1DRAM,和L1PRAM是没有地址映射的,所以不能够配置成通用RAM使用的。
noaming:
回复 zhan shao:
一般不常用,所以这里要注意,有地址映射的,看Memory Map
Wei Liu34:
回复 noaming:
的确,一般情况下系统默认将L1P和L1全配成32K Cache。个人感觉若较少cache大小,会影响程序运行效率。