Hi i want to evaluate TFDTP protocol stack as provided as part of PROCESSOR_SDK_VISION_03_07_00_00.
For that i successfully compiled C:\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\networking\nsp_gmacsw_4_16_01_01\utils\tfdtp_test .
NDK version in SDK is ndk_2_24_02_31.
Running this application on TDA3x platform always gives me following log and final error message
[Cortex_M4_IPU1_C0]
MAC Port 0 Address:
b0-7e-11-89-76-5c
MAC Port 1 Address:
b0-7e-11-89-76-5d
GMACSW has been started successfully
Registration of the GMACSW Successful
Service Status: DHCPC : Enabled : : 000
[Test server]: netOpenHookvishal!
Service Status: DHCPC : Enabled : Running : 000
TFDTP App Task has been started
Service Status: DHCPC : Enabled : Fault : 002
Led are blinking on PHY as from logs I guesses it is something can be related that it is not getting access DHCP server.
I build complete software with static IP enabled bit SW always cause exception.
I also kept debug print in function to know IP address of target
Please let me know how I can go ahead what this error Service Status: DHCPC : Enabled : Fault : 002 means any hints regarding this will be useful.
Thanks and Regards
Vishal Singh