Part Number: MSPM0G3519
I found issues in Adc and Gpt schemas which result in generation issue with DaVinci tool. The schemas are located in "MCAL_MSPM0_01.00.00.00_RC\mcal_config\plugins\MSPM0G351x\AUTOSAR_431\Adc_TI_MSPM0G351x\config\Adc.arxml" and "MCAL_MSPM0_01.00.00.00_RC\mcal_config\plugins\MSPM0G351x\AUTOSAR_431\Gpt_TI_MSPM0G351x\config\Gpt.arxml".
For the Adc, there are multiple issues caused by invalid enurmation list for AdcGroupTriggSrc, AdcGroupConversionMode, AdcGroupAccessMode and AdcStreamingBufferMode parameters. For example AdcGroupTriggSrc shall have ADC_TRIGG_SRC_SW and ADC_TRIGG_SRC_HW enumartion values but the available is undefined option only.

For Gpt, GptChannelTickFrequency and GptChannelTickValueMax parameters are not available which cause an issues in Wdg module generation as it parses them in Cfg template files.
