Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
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
Use LDM/STM via scratch registers.