Assignment 5: Event System (EVSYS) Used to Replace the RTC Interrupt Handler

In this assignment, the event system with the RTC overflow event signal, instead of the RTC overflow interrupt, will be used to trigger an ADC conversion.

The Event System enables direct peripheral-to-peripheral signaling. It allows a change in one peripheral (the Event Generator) to trigger actions in other peripherals (the Event Users) through Event channels without using the CPU. A channel path can be either asynchronous or synchronous to the main clock.