Good Day All!!
I am working on the LPC55S69 and MCUXpresso to program in C.
In the stuff I do, I need to do quite a bit of block copying of values between arrays, eg copying like 893 uint32_t values from a start address to a destination address.
I am using the standard memcpy that comes with MCUXpresso, and it works fine, except that it takes quite a few clock cycles to do the action.
Is there a faster implementation or algorithm for block copying available than what is used in MCUXpresso?
My understanding is that the standard memcpy should be heavily optimsed, and is the fastest available
Kind regards
Gert van Biljon
A TechExplorer working with Embedded Software and Electronics in Agriculture and Alternative Energy