Skip to main content
Explorer
April 1, 2025
Question

use ESP-PSRAM64H as external RAM on STM32H743VIT6 for audio buffers?

  • April 1, 2025
  • 1 reply
  • 548 views

I'm building a loop pedal for guitar, and I need to store audio buffers to be looped over. The 1MB provided by the STM32H743VIT6 won't do for recordings longer than 5s on 24bits + 44.1kHz audio quality. I bought some ESP-PSRAM64H chips, which can operate on SPI and QSPI.

I'm a beginner, and I want to know if it's feasible to use them as external RAM, and what would be the approach, pseudo-code-wise. I have found on this board and online that memory mapping wouldn't be possible, but to use it only as an external buffer storage would be feasible.

    This topic has been closed for replies.