I've come across an issue with the event system on ATMEGA809. It seems only channels 0 & 1 are function. Channels 2-7 are non-functional.
These two code snippet both work (I see the timer tick on EVOUT):
EVSYS.CHANNEL0 = EVSYS_GENERATOR_TCA0_OVF_LUNF_gc; EVSYS.USEREVOUTF = EVSYS_CHANNEL0_bm; EVSYS.CHANNEL1 = EVSYS_GENERATOR_TCA0_OVF_LUNF_gc; EVSYS.USEREVOUTF = EVSYS_CHANNEL1_bm;
Higher channel numbers output nothing. Implication are ports C/D/E/F pins cannot be used as event generators since these are not covered with CH0/1.
Chip details:
ICE/Studio reports RevA
Chip markings indicate birthday week 25/2019
Errata sheet suggest RevA is equivalent to RevB of larger siblings
AFR part suffix is tape&reel but was deliver on tray (from Digikey) -- probably just supply-chain issue.
I have 808s and 4809s I can test with to investigate the breadth of the issue.