Importing lwip into existing KSDK 1.2 MQX project

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

Importing lwip into existing KSDK 1.2 MQX project

1,496件の閲覧回数
davidtietz
Contributor III

Hello,

 

I am currently working on migrating a project from Code Warrior to KDS 3.0. I have gotten MQX to work in the existing project but now I need LWIP support.

 

I had no trouble getting the demos to run for LWIP with MQX but now I cannot import lwip into my existing project. There don't seem to be any libraries to do this. Is there a document describing this?

 

I tried manually importing all of the include files into my project and starting with the basic calls from the UDP ping example, but I get errors about missing function definitions, specifically: ethernetif_init which is inside of ethernetif.c which is properly included from what I can find.

 

There has to be an easier way to do this. Any help is appreciated.

 

Thanks,

 

David

ラベル(1)
タグ(3)
0 件の賞賛
返信
1 返信

1,029件の閲覧回数
ivadorazinova
NXP Employee
NXP Employee

Hello David,

Unfortunately at the moment we do not have lwip libs or document described it.

For the ethernetif_init missing issue, you should include ethernetif.h.

  • Webpage for lwIP

lwIP - A Lightweight TCP/IP stack - Summary [Savannah]

  • You can inspire by issues with lwIP, there is also included project, which uses lwIP stack

Re: Re: Assistance needed with lwIP + PEx + KSDK

lwIP project that was working in KDS 2.0 with MQX and PEx no longer works in KDS 3.0

Anyone get lwIP working with Processor Expert yet?

The best way is, take the example for lwIP, modified it and add your code here.

Does it help you?

Best Regards,

Iva

0 件の賞賛
返信