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.