Embedded_System/ARM_Core
How do the ARM Compilers handle memcpy()?
Applies to: ARM Developer Suite (ADS), RealView Developer Kit (RVDK) for OKI, RealView Developer Kit (RVDK) for ST, RealView Development Suite (RVDS) In the general case, when compiling calls to memcpy() the ARM C compiler will actually generate calls to an optimised library function instead. The names vary depending on the version of the compiler used. There is an original name used in ADS and ..
2010. 1. 13.