4.2.6
CACHE_Reset
Function
Arguments
Return Value
Description
Example
4.2.7
CACHE_SetL2Mode
Function
Arguments
Resets cache to power-on default
void CACHE_Reset();
none
none
Resets cache to power-on default.
Devices with L2 Cache:
PCC and DCC fields of CSR are set to zero (mapped)
All MAR bits are cleared
L2 mode set to all SRAM
Devices without L2 Cache:
PCC field of CSR set to zero (mapped)
Note: If you reset the cache, any dirty data will be lost. If you want to
preserve this data, flush it out first.
CACHE_Reset();
Sets L2 cache mode
CACHE_L2MODE CACHE_SetL2Mode(
CACHE_L2MODE NewMode
);
New L2 cache mode; must be one of the following:
NewMode
CACHE_0KSRAM
CACHE_16KSRAM
CACHE_32KSRAM
CACHE_48KSRAM
CACHE_64KSRAM
CACHE_0KCACHE
CACHE_16KCACHE
CACHE_32KCACHE
CACHE_48KCACHE
CACHE_64KCACHE
CSL API Reference
CACHE
4-7
Need help?
Do you have a question about the TMS320C6000 and is the answer not in the manual?