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.