1.6.5.6 1.7.5.6 1.8.4.6 1.32.6.6 1.36.3.6 CMCC_Disable Function
C
void CMCC_Disable (void )
Summary
Disable the cortex M cache controller.
Description
This function disables the cortex m cache controller. Disabling the cortex M cache controller frees up the CMCC RAM that can then be used as a TCM.
Precondition
None.
Parameters
None.
Returns
None.
Example
CMCC_Disable();
Remarks
None.