Core 1 panic'ed in streams-i2s-i2s-2 example #1640
-
thank you for your great library I have a PCM1808 ADC and a PCM5102 DAC and an ESP32 WROOM 32. I connected everything as was suggested in the READ ME file. and when I upload the sketch, it just keeps printing this: [I] Streamstarting I2S... Core 1 register dump: Backtrace: 0x400daedb:0x3ffb1f90 0x400dbb46:0x3ffb1fb0 0x400dbe9b:0x3ffb1ff0 0x400d36b8:0x3ffb2020 0x400d3bf1:0x3ffb2080 0x400d3cd5:0x3ffb20b0 0x400d3ed9:0x3ffb2110 0x400d3f94:0x3ffb2170 0x400d9657:0x3ffb2270 0x4009067e:0x3ffb2290 ELF file SHA256: 5af6c45241b31cc4 Rebooting... rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) ELF file SHA256: 5af6c45241b31cc4 Rebooting... rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) Core 1 register dump: ELF file SHA256: 5af6c45241b31cc4 Rebooting... I also have a cheap analog microphone which is connected the left input of my ADC. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Make sure that you use an actual version of the core and all libraries and if you then still get a Backtrace you need to analyze it yourself to identify the the code line that is leading to the crash Apart from this follow the advice given in the Wiki! |
Beta Was this translation helpful? Give feedback.
Make sure that you use an actual version of the core and all libraries and if you then still get a Backtrace you need to analyze it yourself to identify the the code line that is leading to the crash
Apart from this follow the advice given in the Wiki!