1 /*----------------------------------------------------------------------------
3 *----------------------------------------------------------------------------*/
5 /* Includes ------------------------------------------------------------------*/
10 #include "RTE_Components.h"
11 #include CMSIS_device_header
13 #ifdef RTE_Compiler_EventRecorder
14 #include "EventRecorder.h"
19 //lint -e970 allow using int for main
21 /* Private functions ---------------------------------------------------------*/
32 // System Initialization
33 SystemCoreClockUpdate();
34 #ifdef RTE_Compiler_EventRecorder
35 // Initialize and start Event Recorder
36 (void)EventRecorderInitialize(EventRecordError, 1U);
37 (void)EventRecorderEnable (EventRecordAll, 0xFEU, 0xFEU);