8 years, 7 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.

Question relating to:

mbed library sources mbed

I can't found the Ethernet libraries support to LPC43xx yet !

posted by Rick Liu 15 Sep 2015

I transplanted LPCWARE's ethernet support as "EthernetInterface" library that includes socket I/F. it works fine now.

posted by hiro . 15 Sep 2015
Be the first to answer this question.