Hi,
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
We are trying to run one of the sample applications using the NDK v2.1.0 on the EVM6472. The sample application is “helloWorld”, and we are trying to send a UDP packet to the core 0 and have it echoed back. The application is at evmc6472\ndk_2_1_0\packages\ti\ndk\example\network\helloWorld\evm6472.
Without break points, the console log stops here, and IP address cannot be pinged / Winapps application request times out:
TCP/IP Stack 'Hello World!' Application
MAC address read from EFUSE
MAC Address read: 3C-2D-B7-7C-F7-9E
Core Number on which NDK is running = 0
EMAC should be up and running
EMAC has been started successfully
Registeration of the EMAC Successful
JTAG debug shows an unending while loop at:
static void NetScheduler( uint const SerialCnt, uint const EtherCnt )
{
// Enter scheduling loop
while( !NetHaltFlag )
}
The SchedulerPriority is 0 at this point.
Can you please point to the reason why the binding is never done?
Thanks,
Arun