ASSERT_ERR((EM_BT_RXDESC_OFFSET + ld_env.curr_rxdesc_index * REG_EM_BT_RXDESC_SIZE)
Posted: Mon Nov 01, 2021 1:04 pm
idf3.3.0
esp32-wrover
在蓝牙音乐插入过程中,出现这个错误。我的这个程序里面有播放SD卡音乐和播放FLASH音乐在里面。
esp32-wrover
在蓝牙音乐插入过程中,出现这个错误。我的这个程序里面有播放SD卡音乐和播放FLASH音乐在里面。
Code: Select all
[0;32mI (95157) STAGEFRIGHTMP3_DECODER: MP3 opened[0m
[0;32mI (95177) MUSIC: Audio event 8 from flash mp3 element[0m
[0;32mI (95177) MUSIC: Audio event 9 from flash mp3 element[0m
[0;32mI (95177) MUSIC: [ * ] Received music info from mp3 decoder, sample_rates=44100, bits=16, ch=1[0m
[0;32mI (95187) MUSIC: [ * ] Received music info from flash mp3 decoder, sample_rates=44100, bits=16, ch=1[0m
[0;32mI (95197) RSP_FILTER: reset sample rate of source data : 44100, reset channel of source data : 1[0m
[0;32mI (95217) RSP_FILTER: sample rate of source data : 44100, channel of source data : 1, sample rate of destination data : 48000, channel of destination data : 2[0m
ASSERT_ERR((EM_BT_RXDESC_OFFSET + ld_env.curr_rxdesc_index * REG_EM_BT_RXDESC_SIZE) == bt_et_currentrxdescptr_currentrxdescptr_getf()), in ld_pscan.c at line 265
Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0)
Core 0 register dump:
PC : 0x40089114 PS : 0x00060434 A0 : 0x8003eeb0 A1 : 0x3ffbe5c0
A2 : 0x00000001 A3 : 0x00000001 A4 : 0x00000000 A5 : 0x3ffbdce0
A6 : 0x3ffb239e A7 : 0x3ffc0544 A8 : 0x80089114 A9 : 0x3ffbe5a0
A10 : 0x000000a2 A11 : 0x000000a2 A12 : 0x00000010 A13 : 0xffffffff
A14 : 0x00000000 A15 : 0xfffffffc SAR : 0x
[2021-11-01 20:58:52.745]# RECV ASCII>
00000004 EXCCAUSE: 0x00000005
EXCVADDR: 0x00000000 LBEG : 0x400890bd LEND : 0x400890c4 LCOUNT : 0x00000000
Core 0 was running in ISR context:
EPC1 : 0x40008155 EPC2 : 0x4000921a EPC3 : 0x401291d9 EPC4 : 0x40089114