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

**URL:** https://forum.plexim.com/t/target-ti2806x-does-not-provide-the-resource-adcb-soc-0/842
**Category:** TI C2000
**Tags:** rt-box, c2000
**Created:** [August 26, 2020, 11:30am UTC](https://forum.plexim.com/t/target-ti2806x-does-not-provide-the-resource-adcb-soc-0/842 "2020-08-26T11:30:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shichenseu](https://avatars.discourse-cdn.com/v4/letter/s/43a26b/32.png) [@shichenseu](https://forum.plexim.com/u/shichenseu)
#### Post date: [August 26, 2020, 11:30am UTC](https://forum.plexim.com/t/target-ti2806x-does-not-provide-the-resource-adcb-soc-0/842/1 "2020-08-26T11:30:31Z")

</div>

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 ?

 ![191](https://europe1.discourse-cdn.com/flex006/uploads/plecs/original/1X/2d3c0652699d90b50650b81269badc32546bbbce.jpeg)

[three\_phase\_npc\_inverter\_\_28069\_6.plecs](https://forum.plexim.com/uploads/short-url/9uMdVvsqnSY9i7bM4J1dcHpl40e.plecs) (472 KB)

---

<div class="post-metadata">

### Author: ![Bryan\_Lieblick](https://dub1.discourse-cdn.com/flex006/user_avatar/forum.plexim.com/bryan_lieblick/32/10_2.png) [@Bryan\_Lieblick](https://forum.plexim.com/u/Bryan_Lieblick)
#### Post date: [August 26, 2020, 5:03pm UTC](https://forum.plexim.com/t/target-ti2806x-does-not-provide-the-resource-adcb-soc-0/842/2 "2020-08-26T17:03:16Z")

</div>

See the note below from the [TI C2000 User Manual](https://www.plexim.com/sites/default/files/c2000manual.pdf) 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.

 ![61](https://europe1.discourse-cdn.com/flex006/uploads/plecs/original/1X/905c387577b8292cfae8fe384e8e7d7579076fa4.jpeg)

---

<div class="post-metadata">

### Author: ![shichenseu](https://avatars.discourse-cdn.com/v4/letter/s/43a26b/32.png) [@shichenseu](https://forum.plexim.com/u/shichenseu)
#### Post date: [August 26, 2020, 9:21pm UTC](https://forum.plexim.com/t/target-ti2806x-does-not-provide-the-resource-adcb-soc-0/842/3 "2020-08-26T21:21:47Z")

</div>

Thank U so much!!!
