ethernet configuration?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ethernet configuration?

1,301 次查看
saideva293
Contributor II

Hi,

 I'm currently working on LPC54628 board for my ethernt interface. In this my issue is during the configuration i'm unable to declare TDES3 register or OWN bit in keilv5. how to enable the own bit in the program. And other issue is during the transmission i'm only getting the ARP request can't able get the ARP response is there any particular method for this. Kindly help me out of this.

Thank you!

标签 (1)
0 项奖励
回复
3 回复数

1,203 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello saidevaraj m,

TDES3 is not a register, it is part of Transmitter descriptor:

pastedImage_1.png

In SDK driver, you can find the definition from:

pastedImage_2.png

About other question, I recommend you first have a look at the ethernet demo under SDK.

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复

1,203 次查看
saideva293
Contributor II

how can i find that the descriptor is owned by DMA or not. 

0 项奖励
回复

1,203 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello  saidevaraj m ,

Please refer to the code under SDK demo:

pastedImage_1.png


Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复