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