spi to ethernet

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

spi to ethernet

2,392 Views
sandeep_c
Contributor I

hi everyone i need to communicate from spi (rt1170) to (tcp/ip (lwip stack)) to ethernet (KSZ8081RNB) 

I am new to this can any one suggest me how to do that or any reference material 

Thank you

0 Kudos
Reply
5 Replies

2,361 Views
sandeep_c
Contributor I

SPI TO ENET i havent found in mcuxpresso IDE if you k now please share the link

thank you

0 Kudos
Reply

2,365 Views
sandeep_c
Contributor I

iam sending and recieving data packets through spi only my slave automatically converts to ethernet which is recieved in the form spi slave is IC is jsz885snl 

could you send any resources to understand lwip protocol how data will send and which order data will send so that i can understand how the lwip stack willl work 

0 Kudos
Reply

2,350 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

These resources can be helpful to become familiar with lwip:
Brief Introduction to LwIP stack in MCUXpresso SDK - NXP Community
lwIP Wiki | Fandom

Regarding SPI to ENET, there is no specific example of both protocols combined, however, you can merge the two protocols in your application by referring to the separate examples of the protocols.

Best regards,
Omar

0 Kudos
Reply

2,375 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
I hope you are well.

I suggest you take as reference the SPI and ENET examples from the SDK.
What are you trying to implement? Are you trying to receive data from the SPI interface and send the received data through ethernet?

Best regards,
Omar

0 Kudos
Reply

2,332 Views
sandeep_c
Contributor I
i am sending and receiving data packets through spi interface only, my slave (KSZ8851snl) automatically converts to ethernet
0 Kudos
Reply