This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TcpNet for LPC3250

I'm using the Embedded Artist LPC3250 board and trying to get it working with RL TcpNet without RTX.

During the call to init_TcpNet() it gets stuck and is continually trying to read the PHY (function static U16 read_PHY (U32 PhyReg)) over and over. I’m using the LPC32_EMAC.c driver module. The Ethernet cable is plugged in and showing activity on its led.

I’m using the TCPD_ARM_L.lib library but don’t get any debug info on the uart. Of course without the crazy expensive RL source it's hard to know where things went wrong.

Any ideas why init_TcpNet() cannot read the PHY?

Anyone have an example RL project for the LPC3250?

Thanks.

0