2025-03-31 6:58 PM - last edited on 2025-04-01 12:46 AM by Andrew Neil
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.
2025-04-01 12:45 AM