Part Number: TDA2PXEVM
Tool/software: TI-RTOS
Hello.
I made new Algo link on TDA2PXEVM using bios only setting.
Now, a chain is working imperfectly.
So, I use 'Vps_printf' to debugging.
I can see all messages from 'AlgorithmLink_NewAlgoLinkCreate()' via consol.
But, when I insert a 'Vps_printf' in 'AlgorithmLink_NewAlgoLinkProcess()', I can't see any output messages in a consol.
Futhermore, I can't see anything when I insert a 'Vps_printf' in AlgorithmLink_registerPlugin()', either.
Could you give me some advice?