Tool/software: TI-RTOS
hi,
The software i used is bios_6_33_06_50 and ndk_2_21_01_38. I want to config NDK module using XGCONF . My application originally is cofigured by writing C code that called CfgNew() to create a configuration database. when I config NDK module using XGCONF, code is set up in file .cfg. And i cancel the call of CfgNew() and Cfg*() in my application. But the function NC_NetStart( hCfg, NetworkOpen, NetworkClose, NetworkIPAddr ) needs a handle of hCfg, which now i cannot supply. I don't know how to fix this,please help me.