[Faust] Memory allocating problem. #300
-
(Sorry for my English) Since examples had written for "AudioKit", I just replaced "out" stream to "i2s" (for use working external DAC). Example "streams-faust_noise-i2s" are well worked, but "streams-faust_flute-i2s" are force board to endless reboot loop with error " Both examples had compiled and upload without any errors. Can it be caused by low RAM or board isn't compatible? Full board log:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Some Faust Sketches are using more RAM than what we have available on an ESP32 which has just a few 100kbytes. See https://github.com/pschatzmann/arduino-audio-tools/wiki/Faust |
Beta Was this translation helpful? Give feedback.
Some Faust Sketches are using more RAM than what we have available on an ESP32 which has just a few 100kbytes.
Therefore it is recommended to use a ESP32 which has PSRAM! e.g. a ESP-WROVER-B
See https://github.com/pschatzmann/arduino-audio-tools/wiki/Faust