I'm trying to run example project on simulator (without a bord).
I have CCS 3.3 and NDK 2.0. After NDK 2.0 installation i have added environment variable NDK_INSTALL_DIR. Next, I'm opening example project (helloWorld), changing RTDX mode from JTAG to Simulator. Then I'm building project (there are no errors), loading program and running it.
First of all, executing of program stops on board_init function. If I disable it, program runs until NC_NetStart. StdOut log is:
------------------------------------------------------------------------------
TCP/IP Stack 'Hello World!' Application
VasilyUsing MAC Address: 00-00-00-00-00-00
Since EEPROM MAC address is Zero we use th MAC Address = 00-01-02-03-04-05
------------------------------------------------------------------------------
After that NC_NetStart must print some information and run thread, which executing NetworkOpen function. But NetworkOpen function not executes and NC_NetStart don't print any information.
What can be a problem?
Maybe NDK examples cant runs on simulator ?
P.S. I'm selecting C6455 Simulator as target platform.