This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TDA2SX: nullsrc assert

Part Number: TDA2SX

Tool/software: Code Composer Studio

HI  dear Tier;

I am woking on tda2sx, and a15 works on linux.

my case is : nullsrc->alg(dsp)->dup

dup->display

dup->null

At the beginning it works well,

Then I just add some meta data info in alg and add some log in null link and make -s -j depend,   but an error appears in null src link.

 ASSERT (nullSrcLink_tsk.c|NullSrcLink_create|1129)  //OSA_assert(pPrm->outQueInfo.numCh == 1U);

besides, I have set pNullSrcPrm->outQueInfo.numCh = 1;, and did no changed about nullSrclink,

Could you help me to find ,what is the problem?

Thanks!