ethernet configuration?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

ethernet configuration?

1,290件の閲覧回数
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,192件の閲覧回数
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,192件の閲覧回数
saideva293
Contributor II

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

0 件の賞賛
返信

1,192件の閲覧回数
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 件の賞賛
返信