dsp lib, unpack.asm file has instruction somthing like this.
SUB *AR0+, *AR1+, AC3
|| SFTS AC0, #-1
both instruction at this moment use D-unit , so they can not be parallel.
i have used same code with older compiler version and never get any error , code also seems to work fine . but now with latest c55 compiler i am getting compile time error.
can somebody please help me understanding what is going on.