1.9.12.1 MPU_Initialize Function
C
void MPU_Initialize(void)
Summary
Initializes MPU
Description
Initializes MPU based ont the MPU configuration done in MCC
Precondition
MPU must be configured correctly in the MCC UI
Parameters
None
Returns
None
Example
MPU_Initialize();
Remarks
MPU_Initialize() will be called from the C startup code, before the main is called.