请问L1PCache和L1DCache是程序默认打开还是需要收到开启?目前未进行任何设置的时候,观测memory allocation窗口 的时候,DSPL1PRAM &DSPL1DRAM 的使用率均为0,如何使能L1PCache、L1DCache以及与DSPL1PRAM &DSPL1DRAM空间大小如何分配?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问L1PCache和L1DCache是程序默认打开还是需要收到开启?目前未进行任何设置的时候,观测memory allocation窗口 的时候,DSPL1PRAM &DSPL1DRAM 的使用率均为0,如何使能L1PCache、L1DCache以及与DSPL1PRAM &DSPL1DRAM空间大小如何分配?
bootloader是默认把L1P, L1Dcache打开的。
可以调用下面的函数使能L1P, L1Dcache。
CACHE_L1pSetSize();
CACHE_L1dSetSize();
https://www.ti.com/lit/ug/sprug82a/sprug82a.pdf