Microchip-MPLAB-Harmony / dev_packs

Harmony 3 Product Database
13 stars 9 forks source link

The EVSYS Channels Size is incorrect for SAMC20_DFP. #9

Open CharleO opened 1 year ago

CharleO commented 1 year ago

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];