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