On the Synergy Configuration page of E2Studio I have a g_adc0 and g_timer0 driver components in a thread. I can configure the ADC scan properties for ELC Event trigger but can't find a way to configure the ELC to connect the 2. The component tab does show r_elc selected and there is a line:
constelc_instance_t g_elc =
{ .p_api = &g_elc_on_elc, .p_cfg = NULL };
in common_data.c generated. Do I have to manually configure the ELC?