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.

not working mcsdk example on XTCIEVMK2x

Hello

I have XTCIEVMK2x EVM board, I try to execute example. but I can't handle Network example.

The example title is helloWorld_evmk2h and client_evmk2h.

(ti\mcsdk_bios_3_00_03_15\examples\ndk\)

I connect CN 16 on evm board to DHCP server with UPT cable, and  I compile and debug these example through CCS v5.5.

And I execute IP scanner program to find assigned IP address from DHCP server, but  I can't find any IP address for my evm board.

Do I lose something??

This is debug message on CCS v5

---------------------------------------------------------------------

[C66xx_0] QMSS successfully initialized 

CPPI successfully initialized
PA successfully initialized

TCP/IP Stack Example Client
Configuring DHCP client
PASS successfully initialized
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Registration of the EMAC Successful, waiting for link up ..
Service Status: DHCPC : Enabled : : 000
Service Status: Telnet : Enabled : : 000
Service Status: HTTP : Enabled : : 000
Service Status: DHCPC : Enabled : Running : 000

---------------------------------------------------------------------

Regards

  • Hi,

    Follow the instruction as per the wiki,

    http://processors.wiki.ti.com/index.php/MCSDK_UG_Chapter_Tools#Loading_and_Running_Application_on_the_target

    See the E2E discussion and find the work details,

    http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/346927/1217175.aspx#1217175

    http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/346927/1219496.aspx#1219496

  • Hello.

    Thank you for your answer. and I read wiki and forum.

    I have upgrade my tools.

    I have CCS v5.5,  mcsdk_bios_3_01_00_03 and ndk_2_22_02_16.

    And I use  new evmk2h.ccxml file. (ti\mcsdk_bios_3_01_00_03\tools\program_evm\configs\evmk2h\evmk2h.ccxml)

    It works !! OMG!!  It's FINISH!!! but I find something wrong....

    Sometimes It works very good, but Sometimes It cannot receive IP address from DHCP server

    I can't find different point both of situation.

    What is problem?? 

    Regards