Part Number: PROCESSOR-SDK-K2H
I'm working with a EVM K2H. Now, I want to comunication with ethernet, Do you help me how to communicate with ethernet MAC or IP on 66AK2Hxx? Do you give me example project (only ethernet, not others)? Thanks.
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.
Part Number: PROCESSOR-SDK-K2H
I'm working with a EVM K2H. Now, I want to comunication with ethernet, Do you help me how to communicate with ethernet MAC or IP on 66AK2Hxx? Do you give me example project (only ethernet, not others)? Thanks.
Hi
NDK – NIMU examples for network example OR if only EMAC example, there is PA emac example
PA examples are under: pdk_k2hk_4_0_16/packages/ti/drv/pa/example
/ti/K2H/pdk_k2hk_4_0_16/packages/ti/drv/pa/example$ ls
emacExample Module.xs multicoreExample reassemLib
NIMU examples are under: pdk_k2hk_4_0_16/packages/ti/transport/ndk/nimu/example/helloWorld
The examples are CCS projects and would get created via the pdkProjectCreate (details: https://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_overview.html#pdk-example-and-test-project-creation)
Regards
Mukul
Thank for your answer.
I watched emac example and NIMU example. I have the following problems:
- In emac example, Which function is the function that sends, recv the data? And How to check whether the data has been processed?
- In NIMU example (manually configure IP), I ran it but on PC, I can't access IP adrress on web browser.
Hi Hong Han,
Sorry for delayed response.
1. Function "int32_t SendPacket (int emac_dest_port)" (send) and "int32_t VerifyPacket (Cppi_Desc* pCppiDesc, int emac_dest_port)" (receive) in "framework.c" is used to send and receive the packets in emac ports.
will post my response for NIMU soon.
Thanks & regards,
Rajarajan U