You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: