spi to ethernet

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

spi to ethernet

2,568件の閲覧回数
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,537件の閲覧回数
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,541件の閲覧回数
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,526件の閲覧回数
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,551件の閲覧回数
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,508件の閲覧回数
sandeep_c
Contributor I
i am sending and receiving data packets through spi interface only, my slave (KSZ8851snl) automatically converts to ethernet
0 件の賞賛
返信