Example i2s stream demos all crash ESP32 board #467
-
Hi - I'm trying to get just the basic I2S demos running, but they call crash the board immediately upon startup. No debug messages, just a reboot cycle. File is below, which is just the basic i2s-i2s demo from this repo. Have tried it with other i2s stream demos too, such as CSV, but they all do the same thing. The I2S bus and wiring work - as a sketch directly using the espressif I2S code runs fine. Any tips? Thanks! Board is an Adafruit ESP32 Feather V2: https://www.adafruit.com/product/5400 Vanilla demo code (w/ pins changed and Debug mode enabled, but otherwise identical. Sample rate & channels don't change the behavior.)
This is the error that repeats every 10 seconds or so as the board startsup and crashes:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Never seen this issue before and since you don't get any error messages it is hard to diagnose.
|
Beta Was this translation helpful? Give feedback.
-
try to use I2SStream i2s(-1); If this helps change the PIN_I2S_MUTE to -1 in the AudioConfgi.h But if I remember right, you were writing that the Csv output sketch was failing as well. |
Beta Was this translation helpful? Give feedback.
Never seen this issue before and since you don't get any error messages it is hard to diagnose.
I would suggest to do the following: