This example project shows how to use the Event Recorder on Cortex-M0/M0+/M23
with the SysTick Timer as time-stamp source.

The application is configured for a Cortex-M0 running at 25 MHz core clock.
The SysTick time-stamp source is configured in EventRecorderConf.h with:

#define EVENT_TIMESTAMP_SOURCE  1
#define EVENT_TIMESTAMP_FREQ    25000000U

Otherwise the example is identical with the "SCVD Event Statistics" example.

Note:
This example runs in simulation and does not require any hardware to be present.
