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.

RTOS/TMS320C5517: Function registered in Periodic Function Manager(PRD) is not getting called ??

Part Number: TMS320C5517

Tool/software: TI-RTOS

Hi All,

I am using TMS320C5517 board for external codec integration purpose.

As a requirement I need to send the data to I2S port at fixed rate in periodic manner.

So I am trying to use PRD periodic function manager by editing .tcf file. I was able to add periodic function provide ticks = 3 (3 * 1000uS), function definition in source code and was able to compile successfully.

But when I am executing, I don't find this function getting called at all !!!

I have added prints inside it to confirm it.

Any help to solve this issue would be really appreciated.

Thanks in advance.