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.

What use of NDK in the example ethernet project for C6472?

Other Parts Discussed in Thread: TMS320C6472

Hi,

I want to learn TCP/IP with the RTOS example project for 6472. This project is imported to CCS 5.5. I cannot see the TCP/IP code in the source .c file, although the .cfg has NDK component, layer graph. Does this example project use Ethernet or not?

The project names stairstepEthernet_TMS320C6472. It has a source file stairstep.c, cfg file: stairstep_Ethernet.cfg.

Could you tell me how to use Ethernet on this project?

Thanks,

  • The 6472 is a product that's supported by the BIOS MultiCore SDK. Are you using this SDK?

    Or, have you just installed TI-RTOS (or the TI-RTOS kernel, aka SYS/BIOS)?

    If the latter, then you won't have the necessary Ethernet driver you need for the 6472.

    I'll ask someone from the MC SDK team to help you out.

    Steve
  • Robert,

    I have moved this thread over to the multicore forum in hopes that you will get a further response there.
  • Hi Robert,
    Apologize for the delayed response on this.

    Please share your MCSDK version.

    Could you please help us to help you.


    I want to learn TCP/IP with the RTOS example project for 6472. This project is imported to CCS 5.5. I cannot see the TCP/IP code in the source .c file, although the .cfg has NDK component, layer graph. Does this example project use Ethernet or not?

    If you able to see the NDK library inclusion in *.cfg file, then it would use NDK library.
    You can also refer to some of NDK APIs (NIMU etc.,).

    We have some of EMAC example codes for C6472 with EMAC LLD APIs.