Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
Is supported Ethernet with LPC43XX ???
mbed LPC43XX library mbed-src-bc40b8d2aec4
ethernet_api.c line 367
memcpy(&pSrc[RxOffset], data, copylen);
other, C function memcpy
void * memcpy ( void * destination, const void * source, size_t num );
src and dest is mistaked. the code is absolutely not works. sigh.
I can't found the Ethernet libraries support to LPC43xx yet !
posted by Rick Liu 15 Sep 2015I transplanted LPCWARE's ethernet support as "EthernetInterface" library that includes socket I/F. it works fine now.
posted by hiro . 15 Sep 2015