14.9.1 Prepare Event Recorder to Display Data

To prepare the Event Recorder to display data, in EventRecorderConf.h:

  1. EVENT_RECORD_COUNT: It is a good idea to set the number of records as large as possible, so that you have a bigger buffered memory region for recording events, which makes it less likely events will be lost.
  2. EVENT_TIMESTAMP_FREQ: Set to target's core clock frequency, e.g., 120 MHz for SAM E54 Curiosity Ultra and SAM E54 Xplained Pro Boards.
Figure 14-9. Set Number of Records and Time Stamp Frequency