Does intra-PSRAM memcpy involve SPI bus data transmission?
Posted: Sun Oct 23, 2022 3:58 pm
Hi,
I am curious if I am memcpying a chunk of memory from PSRAM to PSRAM, does it happen bound within the PSRAM or the data were copied back and forth through the SPI Line?
Another related question is if the Async memcpy in ESP32S3 (https://docs.espressif.com/projects/esp ... emcpy.html) handles the intra-PSRAM memory copy by copying back and forth or not?
I am curious if I am memcpying a chunk of memory from PSRAM to PSRAM, does it happen bound within the PSRAM or the data were copied back and forth through the SPI Line?
Another related question is if the Async memcpy in ESP32S3 (https://docs.espressif.com/projects/esp ... emcpy.html) handles the intra-PSRAM memory copy by copying back and forth or not?