The atdf folder has EVSYS channel value to 6, where as the datasheet states it should be 12 and anything associated with channels. Looks like all 14 atdf xml are infected under "/samc20/atdf/" folder. It was strange that SAMC21_DFP was different than SAMC20_DFP for EVSYS.
The include/component folder "evsys.h" file is initially found bug.
__IO uint32_t EVSYS_CHANNEL[6]; /**< Offset: 0x20 (R/W 32) Channel n */__I uint8_t Reserved2[0x48];
The atdf folder has EVSYS channel value to 6, where as the datasheet states it should be 12 and anything associated with channels. Looks like all 14 atdf xml are infected under "/samc20/atdf/" folder. It was strange that SAMC21_DFP was different than SAMC20_DFP for EVSYS.
The include/component folder "evsys.h" file is initially found bug.
__IO uint32_t EVSYS_CHANNEL[6]; /**< Offset: 0x20 (R/W 32) Channel n */
__I uint8_t Reserved2[0x48];