Hi,
I face a very basic problem when using DSPlink。 In the loop sample code, when I added a statement on line 251 of file dsp/src/samples/loop/tskLoop.c:
TSK_sleep(100);
the result application will hang forever after print " Entered LOOP_Execute() " !
I am using DSPLink 1.65.00.03 and bios version 5.41.07.24, on a custom DM6467 board.
Is this a bug of dsplink or bios ? Or do I misunderstand something that, in that context I can't call TSK_sleep()?