Can't build with esp-idf framework, only the default arduino. Want to use menuconfig and use PSRAM #557
-
I'm loving this project so far, and have things working with 4 64x64 boards chained. But this uses a big chunk of DRAM that I would like to move to external RAM if possible.
But this didn't move it. I think I need to enable "CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY" with menuconfig? I was looking at these:
I'm on mac and I only use pio CLI. I think I need to use the "esp-idf" framework to get the I see platformio.ini has esp-idf references but not by default. Is there anyone that knows how to move over to esp-idf? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@jdeltoft there is a section in the readme about the usage of PSRAM: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/blob/master/README.md#required-memory Are you using the mentioned combination of an ESP32-S3 and OCTAL SPI-RAM (PSTRAM) (i.e. ESP32 S3 N8R8 variant)? |
Beta Was this translation helpful? Give feedback.
@jdeltoft there is a section in the readme about the usage of PSRAM: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/blob/master/README.md#required-memory
Are you using the mentioned combination of an ESP32-S3 and OCTAL SPI-RAM (PSTRAM) (i.e. ESP32 S3 N8R8 variant)?