BREAK instr on I2S clock change
Posted: Tue May 16, 2017 4:51 pm
I have not yet been able to reproduce it consistently, but every now and then, this happens when I change the sample rate:
Any idea what could cause this?
Code: Select all
Guru Meditation Error: Core 1 panic'ed (Unhandled debug exception)
Debug exception reason: BREAK instr
Register dump:
PC : 0x40115058 PS : 0x00060336 A0 : 0x8011cc94 A1 : 0x3fff7800
A2 : 0xffffec86 A3 : 0x00000000 A4 : 0x0000ffff A5 : 0x00000000
A6 : 0x00005dc0 A7 : 0x3ffd1a2c A8 : 0x80115054 A9 : 0x3fff7870
A10 : 0x40107b90 A11 : 0x3ffb8994 A12 : 0x3f408d2c A13 : 0x0000001f
A14 : 0x00000001 A15 : 0x3fff7a20 SAR : 0x00000004 EXCCAUSE: 0x00000001
EXCVADDR: 0xffffec86 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xfffffffd
0x40115058: render_samples at /Users/michaelboeckling/Documents/eclipse/esp8266/ESP32_Alexa/components/audio_renderer/./audio_renderer.c:85 (discriminator 1)
Backtrace: 0x40115058:0x3fff7800 0x4011cc94:0x3fff78c0 0x4011cc94:0x3fff7900 0x40168ea0:0x3fff7920 0x40168f48:0x3fff79e0 0x4011cbfa:0x3fff7a00
0x40107b90: vprintf at /Users/ivan/e/newlib_xtensa-2.2.0-bin/newlib_xtensa-2.2.0/xtensa-esp32-elf/newlib/libc/stdio/../../../.././newlib/libc/stdio/vprintf.c:35
0x40115058: render_samples at /Users/michaelboeckling/Documents/eclipse/esp8266/ESP32_Alexa/components/audio_renderer/./audio_renderer.c:85 (discriminator 1)
0x4011cc94: render_sample_block at /Users/michaelboeckling/Documents/eclipse/esp8266/ESP32_Alexa/components/mp3_decoder/./mp3_decoder.c:196
0x4011cc94: render_sample_block at /Users/michaelboeckling/Documents/eclipse/esp8266/ESP32_Alexa/components/mp3_decoder/./mp3_decoder.c:196
0x40168ea0: synth_full at /Users/michaelboeckling/Documents/eclipse/esp8266/ESP32_Alexa/components/mad/./synth_stereo.c:743 (discriminator 2)
0x40168f48: mad_synth_frame at /Users/michaelboeckling/Documents/eclipse/esp8266/ESP32_Alexa/components/mad/./synth_stereo.c:938
0x4011cbfa: mp3_decoder_task at /Users/michaelboeckling/Documents/eclipse/esp8266/ESP32_Alexa/components/mp3_decoder/./mp3_decoder.c:160