Page 1 of 1

Zero Overhead of Loop

Posted: Wed Jun 23, 2010 5:42 pm
by SukhdeepMankoo
Hi,
Is the possible to create zero overhead loop in DSP?

Regards
Sukhdeep Singh

Re: Zero Overhead of Loop

Posted: Wed Jun 23, 2010 6:40 pm
by Neo
Yes it is possible. But not with Ti processors.

You can achieve this a bit(not exactly) with Ti chips by using #pragma UNROLL, #pragma MUST_ITERATE, etc...
But I think some ADI chips have the direct support to this.

Re: Zero Overhead of Loop

Posted: Thu Jun 24, 2010 7:01 pm
by SukhdeepMankoo
Thanks.