Hi
I am using CCSv5 C6670 simulator setup to run UDP socket transmit/rceive code.
Following the link "http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide#Building_and_running_NDK_client_example_with_simulator" I was able to setup a ping communication between my desktop and the DSP IP address.
But I want to ping the simulator running the NDK stack from outside network. I configured the DSP with desktop subnet and gave a valid static ip address.The desktop can still ping it but from outside its not pingable.
Also I tried running the simulator on my desktop NIC by changing the INPUT5 Mac Address and ethInfo(nimu_eth.c) mac addrss to my PC`s NIC mac address. But it gave following error "TMS320C66x_0: Warning: Source MAC address & MAC address specified in config file don't match." when i start ping.
With a single NIC card how can I setup the simulator such a way to ping/send socket from other pc/server?
Similarly I have a socket listening on port 10001..and I have a UDP client sending udp packets from other system to the simulator PC. How to receive them?
Regards
Soumya