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.

TDA4VM: custom layer bug

Part Number: TDA4VM

Hi, engineers:

      I created a Sigmoid Custom Layer using LUT.Everything was fine. But when I used C7X instructions,the following error occurred on the development board:

It looks like the C7X is not running.I just added the following code:

This code runs fine in PC emulation mode.

ps:This mistake comes up a lot.For example, if I add printf("[%d %d]", I,pInChannel[I],pOutChannel[I]), I will get an error.If I change the pInChannel[I] to a fixed value of 2, it will work.

Because C7X is not running, I have no way of knowing what went wrong.Is there any detail that I missed? 

     Thanks!