ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

ESP32-WROOM crashing at the start of music playback

Open InviseDivine opened this issue 5 months ago • 2 comments

Hello schreibfaul1, I'm trying to use PCM5102a with ESP32-WROOM and I'm getting an ESP error. Tried playing music stream and wav file from link, also i work in Arduino IDE

info        audioI2S Version 3.2.0
info        PSRAM not found, inputBufferSize: 13951 bytes
info        buffers freed, free Heap: 171124 bytes
info        connect to: "s2-webradio.rockantenne.de" on port 443 path "/alternative/stream/mp3"
info        SSL has been established in 560 ms, free Heap: 129584 bytes
bitrate     128000
station     ROCK ANTENNE Alternative
icyurl      https://www.rockantenne.de
info        MP3Decoder has been initialized, free Heap: 101100 bytes , free stack 3976 DWORDs
lasthost    https://s2-webradio.rockantenne.de/alternative/stream/mp3
info        stream ready
info        syncword found at pos 0
info        MPEG-2.5, Layer I
info        Channels: 2
info        SampleRate: 44100
info        BitsPerSample: 16

Guru Meditation Error: Core  0 panic'ed (LoadProhibited). Exception was unhandled.

Core  0 register dump:
PC      : 0x4008f8c1  PS      : 0x00060f33  A0      : 0x8008d5fd  A1      : 0x3ffc4cb0  
A2      : 0x3ffc80c0  A3      : 0x3ffc4f04  A4      : 0xb33fffff  A5      : 0x3f430d70  
A6      : 0x000000fd  A7      : 0x3ffb6330  A8      : 0x3ffb818c  A9      : 0x00000000  
A10     : 0x0000104b  A11     : 0x00000000  A12     : 0x3ffb4fac  A13     : 0x3f430df0  
A14     : 0xffffffff  A15     : 0x3ffaf3d4  SAR     : 0x0000000a  EXCCAUSE: 0x0000001c  
EXCVADDR: 0x00000000  LBEG    : 0x40089e4c  LEND    : 0x40089e62  LCOUNT  : 0x00000000  

Backtrace: 0x4008f8be:0x3ffc4cb0 0x4008d5fa:0x3ffc4cd0 0x4008de64:0x3ffc4cf0 0x4008d106:0x3ffc4d10 0x4010790f:0x3ffc4d50 0x40081573:0x3ffc4d90 0x400dca66:0x3ffc4dd0 0x400dcfa6:0x3ffc4e30 0x400dd159:0x3ffc4e50 0x4008f046:0x3ffc4e70

InviseDivine avatar May 29 '25 11:05 InviseDivine