C
static void TCPRAMCopyROM( PTR_BASE wDest, BYTE wDestType, ROM BYTE* wSource, WORD wLength );
Description
This function copies data between memory mediums (PIC RAM, SPI RAM, and Ethernet buffer RAM). This function is to be used when copying from ROM.
Preconditions
TCP is initialized.
Parameters
Returns
None
Remarks
Copying to a destination region that overlaps with the source address is supported only if the destination start address is at a lower memory address (closer to 0x0000) than the source pointer.
This function is aliased to TCPRAMCopy on non-PIC18 platforms.