1 /*----------------------------------------------------------------------------
3 *----------------------------------------------------------------------------*/
5 /* Includes ------------------------------------------------------------------*/
9 #include "RTE_Components.h"
10 #include CMSIS_device_header
12 #ifdef RTE_Compiler_EventRecorder
13 #include "EventRecorder.h"
19 /* Private functions ---------------------------------------------------------*/
29 // System Initialization
30 SystemCoreClockUpdate();
31 #ifdef RTE_Compiler_EventRecorder
32 // Initialize and start Event Recorder
33 (void)EventRecorderInitialize(EventRecordError, 1U);
34 (void)EventRecorderEnable (EventRecordAll, 0xFEU, 0xFEU);