Does the 28379D launchpad have the ADCD resources?

Well, in the example of three_phase_npc_inverter.plecs, plecs provide ADCA ADCB and ADCC resources for code generation, but we know there is also an ADCD option in the ADC module, but according to the manual of 28379D launchpad of Ti, there are only 16 Analog to digital channels. So are we able to utilize the ADCD and implement it for code generation?

Yes ADCD should be supported for the 28379D.

If a peripheral that is not available in the hardware is selected you will receive a warning message.

Have you had any issues using this peripheral?

Thank U so much! I mean that ADCA,ADCB,ADCC of 28379D launchpad have taken up 16 analog in resources ,and in the ADC block of plecs ,the analog input channels are also only 16.This means that I can use ADCD only at the expense of giving up using some channels of ADCA,ADCB,or ADCC.