Tool/software: TI C/C++ Compiler
Hello All,
I'm working on TDA2PX EVM and visionsdk 3.7. I have usecase in hlos side which uses alg_plugin from rtos. It is working file but I need runtime input via UART that alters behaviour sightly. So for this I have taken input from user using Chains_readChar() and I'm trying to send this input to Alg_plugin using System_linkControl().
But what I have observed is system_linkControl() is not sending information to Control function of Alg_plugin.
Is it issue that hlos usecase is using rtos or what?
Please suggest how I can resolve this issue.
Regards,
Megha.