Closed chenjingyuanku closed 2 years ago
@chenjingyuanku Thanks for your report, let us check then reply.
LyraT-mini v1.2 我也遇到了这个问题,错误位置也是这个 Guru Meditation Error: Core 0 panic'ed (InstructionFetchError). Exception was unhandled.
Core 0 register dump:
PC : 0x3f40f440 PS : 0x00060930 A0 : 0x800f06aa A1 : 0x3ffb7810
A2 : 0x3f81f9d0 A3 : 0x3ffe27a0 A4 : 0x3f40ef94 A5 : 0x3f40f07c
A6 : 0x00000003 A7 : 0xff000000 A8 : 0x800f0331 A9 : 0x3f40f708
A10 : 0x3ffe27a0 A11 : 0x3f81f9d0 A12 : 0x3f40f0b4 A13 : 0x000008de
A14 : 0x3f40ef94 A15 : 0x3ffb77d0 SAR : 0x00000004 EXCCAUSE: 0x00000002
EXCVADDR: 0x3f40f440 LBEG : 0x40089cc9 LEND : 0x40089cd9 LCOUNT : 0xfffffffd
**0x40089cc9: strlen at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/newlib/newlib/libc/machine/xtensa/strlen.S:84
0x40089cd9: strlen at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/newlib/newlib/libc/machine/xtensa/strlen.S:96**
Backtrace: 0x3f40f43d:0x3ffb7810 |<-CORRUPTED ELF file SHA256: 118d9bbe78e0880c
Environment
Audio development kit: ESP32-LyraT
Audio kit version : ESP32-LyraT V4.3
[Required] Module or chip used: ESP32-WROVER-B
[Required] IDF version: v4.4.1 (tried v4.4.2 as well)
[Required] ADF version: v2.4-122-g4dabc1c
Build system: [Make|CMake|idf.py]
[Required] Running log:
Compiler version:
Operating system: Windows
(Windows only) Environment type: PowerShell
Using an IDE?: VSCode ESP-IDF extension
Power supply: USB
Problem Description
// Detailed problem description goes here.
Expected Behavior
Run the wwe example program correctly
Actual Behavior
The program crashes when it reaches
multinet->set_speech_commands(model_data, esp_mn_root)
(esp_mn_commands_update function in esp_mn_speech_commands.c).Steps to Reproduce
esp-adf\examples\speech_recognition\wwe
to workspace.sdkconfig.defaults.esp32
to replacesdkconfig.defaults
.Audio Board
toESP32-Lyrat V4.3
.use multinet
.Chinese Speech Commands Model
tochinese single recognition(mn2_cn)
.Debug Logs