Target "TI2806x" does not provide the resource "ADCB-SOC 0"

Target “TI2806x” does not provide the resource “ADCB-SOC 0” requested by:- three_phase_npc_inverter__28069_6/Controller/ADC2

hello, I want to generate the code from the demo ‘three phase npc inverter’ which is originally desinged for 28379s launchpad ,so it’s not possible to generate C code for the 28069 launchpad? And I do not know the concept of SOC.<!–5f39ae17-8c62-4a45-bc43-b32064c9388a:W3siYmxvY2tJZCI6IjQxMzAtMTU5ODQ1MjcxMDk2OCIsImJsb2NrVHlwZSI6ImltYWdlIiwic3R5bGVzIjp7ImJhY2stY29sb3IiOiIiLCJwYWRkaW5nIjoiIiwiaGVpZ2h0IjozMDEsIndpZHRoIjo2MjB9LCJ0eXBlIjoiaW1hZ2UiLCJzb3VyY2UiOiJFRkJGNkNDODU3RUQ0QzE1OTE2QUREQTJEQTI0OTE5RSJ9XQ==–>

Can anyone help me ?

three_phase_npc_inverter__28069_6.plecs (472 KB)

See the note below from the TI C2000 User Manual on how to access ADCB channels on the 28069. You should not use a separate component for ADCB. The Coder treats the 28069 as having just one ADC (ADCA) with 16 channels, and will generate an error if you try to include a second (ADCB).

Also note that you will most likely have difficulty running this model on the 28069. This model was designed to run on the 28379D. The 28069 processor is significantly less powerful than the 28379D. You will have to make some simplifications.

Thank U so much!!!