I am using Hello World Application on NDK 2.0 in DM648 while running in Promiscous Mode. The program successfully compiles,links and loads. When I start the execution the code stuck after the following two lines are shown in output window
" TCP/IP stack 'Hello World' Application
Using Mac Address: 00-21-ba-12-5a-0f"
C$L loop -----> stucks here
Then I halt the program reload the out file and executes the code then code works fine with no halting.
Please tell me is it a bug or some mistake?