Tool/software: TI-RTOS
Hi,
We are using XGCONF tool to configure the ndk to give network functionality to our application that is running on tda2xx.
I have one doubt regarding calling NC_NetStop.
There is function ti_ndk_config_Global_stackThread in generated .c file.In that NC_NetStart is called
and at exit
exit:
NC_SystemClose();
NC_SystemClose is called.I have doubts:
1.Will NC_SystemClose shuts down the network stack or we have to call NC_NetStop in netCloseHook function in order to close the network stack gracefully.
2.If we have to call manually NC_NetStop then what is the functionality of NC_SystemClose.
3.If we don't call NC_NetStop in netCloseHook will it lead to undefined behaviour in the long run i.e a15 core getting reset or hanged when we run the application for close to a week.
Regards
Mayank