This example project shows how to use the Event Recorder on Cortex-M0/M0+/M23
together with the RTX5 RTOS using CMSIS-RTOS2 System Timer as time-stamp source.

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

#define EVENT_TIMESTAMP_SOURCE  2
#define EVENT_TIMESTAMP_FREQ    25000000U

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