Part Number: TDA2E
Tool/software: TI-RTOS
Hello,
My application needs to do some initial set up before NDK can run. Currently NDK is configured through XDC config and NDK task creation is handled through config only. Because of this as soon as system comes up NDK task starts running parallel to my application without waiting for board config done.
I tried using different hook functions(net open hook, ip address hook) but that doesnt serve my purpose.
Is there any way to start NDK from application?