This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI-RTOS
Hi,
I'm trying to create an UDP client socket for port 1 in an existing project which is already running for raw socket in a custom board. I've included NDK in my project and enabled IP block in network layer. Below is my tool configuration.
xcdtool version : 3.25.5.94
IPC : 3.21.0.07
NDK : 2.24.3.35
SYS/Bios : 6.37.2.27
PDK : pdk_C6678_1_1_2_6
I've connected DSP with PC. Configured DSP IP as 192.168.1.6 and PC IP as 192.168.1.12. I can see the ARP request from DSP is coming out and PC is responding back, But the APR is not getting resolved. Getting error as "Host is down". I've captured transaction in Wireshark tool.
I'm using the Example platform.c file and Modified the emac_port_mode[] to get the first element as "PLATFORM_EMAC_PORT_MODE_PHY".
Thanks
Thirumoorthy S