FreeRTOS+TCP with LPC17XX

vanaja wrote on Thursday, January 03, 2019:

Hi,

Iam trying to implement TCP on LPC1768 and facing the same problem.
Iam getting errors like:
undefined reference to EMAC_CheckReceiveIndex. Similarly undefined reference to EMAC_GetReceiveDataSize,EMAC_NextPacketToRead,EMAC_UpdateRxConsumeIndex,
ucMACAddress,EMAC_CheckTransmitIndex,uxRand,vLoggingPrintf and so on.

LPC18xx has lpc18xx_emac.c file bt its missing for LPC17xx series.

Appreciate your help
Thanks