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.

I can't get running the examples of TIVA Ethernet Examples:

Other Parts Discussed in Thread: EK-TM4C1294XL, TM4C129XNCZAD

I can't get running the examples of TIVA  Ethernet Examples:


TI-RTOS for TivaC - v2.16.00.08 -->
Development Tools   -->
EK-TM4C1294XL       -->
Network Examples    -->
Ethernet Examples   -->


httpget_EK_TM4C1294XL_TI
httpset_EK_TM4C1294XL_TI
tcpEcho_EK_TM4C1294XL_TI
tcpEchoIPv6_EK_TM4C1294XL_TI
tcpEchoTLS_EK_TM4C1294XL_TI
udpEcho_EK_TM4C1294XL_TI
udpEchoIPv6_EK_TM4C1294XL_TI

Thank you in advance

Best Regards

Daniel Abad

  • Hello Daniel,

    From what I understand, you are using TI-RTOS for TivaC 2.16.00.08 and trying to run an example on EK-TM4C1294XL board.

    Which of the listed examples are you trying to run? What is the actual issue? Please provide details so that we can understand the problem and try to help.

    Did you follow the readme provided with that example?

    Which IDE are you using? If using CCS, how are you importing the examples? Use resource Explorer to import TI-RTOS examples into CCS.

    Thanks,
    Sai
  • Hi Sai,
     


    My environment:
    -ccs 6.2.0 (the last)
    -TivaWare_C_Series-2.1.3.156 (the last)
    -DK-TM4C129X Evaluation Kit
     
     

    My sequence:
     
    1-
    Open a new workspace
     
    2-
    Click on (Classic)
    Browse Examples
     
    3-
    On
    Resource Explorer
    Click on
    TI-RTOS for TivaC
    TivaC Series
    Tiva TM4C129XNCZAD
    DK-TM4C129X Evaluation Kit
    Network Examples
    Ethernet Examples
    TCP Echo
    click   Import the Example Projct into CCS
     
    4-
    Build Project
    on
    tcpEcho_DK_TM4C129X_TI_TivaTM4C129XNCZAD (JUST IMPORTED)
     
    5-
    Click on Debug
     
    6-
    Click on Run
     
    7-
    What I see in Console:
     
    ss in flash
    Starting the TCP Echo example
    System provider is set to SysMin. Halt the target to view any SysMin contents in ROV.
    Service Status: DHCPC    : Enabled  :          : 000
    Service Status: DHCPC    : Enabled  : Running  : 000

    8-
    After  5 minutes I see:
    Service Status: DHCPC    : Enabled  : Fault    : 002
     
     
     
    The IP never appears....!
     
    Thank you for your help
     
    Best Regards
     
    Daniel

    Da: Stellaris Sai <bounce-2008565@mail.e2e.ti.com>
    A: TM4C_forum@mail.e2e.ti.com
    Inviato: Martedì 1 Novembre 2016 0:44
    Oggetto: TM4C Microcontrollers Forum: I can't get running the examples of TIVA Ethernet Examples:

     
    A Message from the TI E2E™ Community
    Texas Instruments
     
    Hello Daniel,

    From what I understand, you are using TI-RTOS for TivaC 2.16.00.08 and trying to run an example on EK-TM4C1294XL board.

    Which of the listed examples are you trying to run? What is the actual issue? Please provide details so that we can understand the problem and try to help.

    Did you follow the readme provided with that example?

    Which IDE are you using? If using CCS, how are you importing the examples? Use resource Explorer to import TI-RTOS examples into CCS.

    Thanks,
    Sai
     
     
    You received this notification because you subscribed to the forum.  To unsubscribe from only this thread, go here.
    Flag this post as spam/abuse.


  • Hello Daniel,

    I was able to recreate the behavior you mentioned when I did not connect my DK-TM4C129X board to a router (or a DHCP server). Once I connected an Ethernet Cable to my board, I got an IP address.

    Please make sure that one end of the Ethernet Cable is connected to the board and the other end is connected to a DHCP server, typically a router.

    Thanks,

    Sai