• Ethernet Stop working
    Hello Here is my program int main (void) { net_initialize(); socket = tcp_get_socket (TCP_TYPE_SERVER, 0, 20, tcp_callback); if (socket) { tcp_listen (socket, 4050); } if (tcp_check_send...
  • Ethernet
    Hi, I am using MCB2300 kit(lpc2368).Willing to send data through Ethernet. I found few codes and when compiled in uvision 4 , its giving code limited error as it is evaluation version.Are any light...
  • using IAP for flash writing with working ethernet
    I use lpc2378 and can write to flash with IAP, but if I have working ethernet (based on easyweb sample) then... then a number of things occure exept normal work. Anybody uses write data to flash...
  • lpc1768 ethernet not working without debugger attach to it
    hi i have lpc1768 with DP83848CVV as phy. when im in debug mode its work fine but when im reseting my board without debug attach to it it does not work. everything work but Ethernet. same issue here...
  • email on ethernet
    Hello all, I am using LPC2378 for ethernet connectivity, using uip stack. I am successfully sending data and receiving it using web pages embedded in LPC. I want to know how to send email using...