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/TDA2PXEVM: question about the using 'Vps_printf' in New Algo link

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?