Porting uIP1.0 to MPC5xxx boards

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

Porting uIP1.0 to MPC5xxx boards

927 次查看
yalamandadosaky
Contributor V

Hi all , My project requirement is to use uIP TCP/IP stack , I am currently trying to under stand the uIP frame work. Can any one tell how to port uIP frame work on to MPC5777M or MPC5xxx boards.

What are the steps we need to follow for establishing and performing tcp and udp communication with my PC to MPC5777M board.

标记 (2)
2 回复数

667 次查看
yalamandadosaky
Contributor V

Thank you martinkovar‌, I will check it

0 项奖励

667 次查看
martin_kovar
NXP Employee
NXP Employee

Hello,

at first, you need MPC5777M low level driver which ensures communication with registers and eventually provides some other basic functions.

Second step is to interconnect this low level driver with uIP API.

Last step is to port timers which are used by transport layer protocols (and maybe some of network layer protocols), but mostly by TCP protocol. MPC5777M provides PIT timer and STM timer usable for this tasks.

I have no real experience with uIP TCP/IP stack, so I can provide you only general information. Now you must study uIP documentation, get familiar with API, port the necessary functions, eventually do some changes in low level driver.

About low level driver, Petr Stancik provided you some information in the thread below:

https://community.nxp.com/thread/451484

Regards,

Martin