Tool/software:
The code being assembly generated by the memcpy() instruction does not seem to be of the form RPT || PREAD and is taking a long time to execute. Is there a compiler directive in CCS or a library to link to get the desired result?
Also added the memcpy_fast.asm file to my project and placed "extern void memcpy_fast(void* dst, const void* src, Uint16 N);" in the file it is being used put get the compiler error.
undefined first referenced
symbol in file
--------- ----------------
memcpy_fast(void *, const void *, unsigned int) ./HAL/IPC.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "LineCPU2.out" not built