spi to ethernet

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

spi to ethernet

2,411 次查看
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 项奖励
回复
5 回复数

2,380 次查看
sandeep_c
Contributor I

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

thank you

0 项奖励
回复

2,384 次查看
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 项奖励
回复

2,369 次查看
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 项奖励
回复

2,394 次查看
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 项奖励
回复

2,351 次查看
sandeep_c
Contributor I
i am sending and receiving data packets through spi interface only, my slave (KSZ8851snl) automatically converts to ethernet
0 项奖励
回复