ethernet configuration?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ethernet configuration?

547 Views
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!

Labels (1)
0 Kudos
3 Replies

449 Views
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 Kudos

449 Views
saideva293
Contributor II

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

0 Kudos

449 Views
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 Kudos