Hi,
We are building a dsp application for the 66AK2H06 chip, so I want to create a custom RTSC platform for this setup. So I open up CCS and go to Tools -> RTSC Tools -> Platform -> New. I choose these settings:
Device Family = c6000
Device Name = TMS320C66AK2H06
Now when I try to build using this custom platform as the target I get an error that says:
...
ti.ipc.remoteproc.Resource.xdt - unable to provide resource table (TMS320C66AK2H06, 6600)
...
So it seems that the ti.ipc.remoteproc.Resource module does not support the TMS320C66AK2H06 chip yet, is this true? I have tried the ipc module from mcsdk 3.0.4.18 which is ipc 3.0.4.29, and I have also tried ipc version 3.22.2.11 from this website http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/ but they both give me the same error.
Is there a known workaround for this issue?