lwip port for LPC1788 SK Kickstart board

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

lwip port for LPC1788 SK Kickstart board

547 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Dill on Wed Mar 07 13:57:30 MST 2012
hi,


the lwip port only comes with examples for the EA-board, i need to run it on the IAR board.
Did anybody already do this?

if i have to do this, would you please confirm that i have to add the following:

- a bsp in nxpcommon\board (this seems to be easy)
- a driver for micrel KS8721 PHY (any pointers how to do this?)

that should be all!?

in the IAR project in folder "startup" there is a reference to sdram_is42s32800d.c which doesnt exist. what is this?


thank you!


Labels (1)
0 Kudos
4 Replies

469 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by wellsk on Mon Mar 12 08:54:08 MST 2012
>while lwip_init() is a void function?
This might be a bug, can you please create a tracker thread for this so we can clean it up in the next update?

thanks,
Kevin
0 Kudos

469 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Dill on Sat Mar 10 09:40:36 MST 2012
why do you begin all your apps with:
<code>
err = lwip_init();
if (err != ERR_OK) {
   (...) // Error initializing LWIP, stopping
}
</code>
while lwip_init() is a void function?


0 Kudos

469 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcadmin on Fri Mar 09 14:07:00 MST 2012
(Unfortunately) it sounds like the version on the download page and the version LWIP was built against on out of sync.
You can get a later version of the 17xx CMSIS package at http://sw.lpcware.com/?p=lpc177x_8x.git&a=summary
The direct download link is at http://sw.lpcware.com/?p=lpc177x_8x.git&a=snapshot&h=e09e0a45acd235870d841b27b8200942af32ade4&fmt=zi...

Basically, follow the same instructions at http://www.lpcware.com/content/project/lightweight-ip-lwip-networking-stack/installation but use the GIT based CMSIS package instead of the package available on the resources/downloads page.

0 Kudos

469 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Dill on Thu Mar 08 10:02:53 MST 2012

ok so i tried this on my on.
first thing, i failed to build the examples provided for IAR: the linker-script referenced in the project file is not provided in the port.
could so please provide the linker script?


0 Kudos