This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Fastest memory copy approach: CMSIS Vectory Copy or Memcpy

Hi,

I have a large vector that resides in STM32F407 Core Coupled Memory (CCM) while another vector in SRAM.

Am looking for a better way to copy from one to another besides the traditional memcpy because DMA transfer is not an option anymore.

Does CMSIS Vector Copy function offer any advantage compared to memcpy in this context? Or, is there any better idea?

Thanks in advance.

Seng Tak