hi.
I want to add the ndk on 6614.but the nsp only support 6748. building is failed:
error info
undefined first referenced
symbol in file
--------- ----------------
NIMUDeviceTable D:\ti\ndk_2_21_01_38\packages\ti\ndk\stack\lib\stk6.ae66<nimu.oe66>
then I changed the nsp makefile.changed the out file is c66. the error (NIMUDeviceTable) is soloved.
but ccs did not find EMAC_initialize() ,EMAC_getConfig( UINT8 *pMacAddr), EMAC_linkStatus( uint phy, uint linkStatus )
then I copy these functions in 6748's sample to my project.
build ok!
but the network don't work .the hook function of netOpenHook() never start.
which step is error? thanks