DSP: TMS320C28346
PC: Windows XP
IDE: Code Composer 4.1.2
BIOS: 5.41
I don't intend to use the CLK or PRD modules in my application, but I do call SEM_pend, MBX_pend, and TSK_delay. I can find plenty of documentation that says to disable "Use CLK Manager to drive PRD" and then call PRD_tick() in the application, but spra829 figure 1 seems to indicate that I could call TSK_tick() and perhaps save a little more overhead? Does anyone know if there are any pitfalls doing this?