You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having disabled wakenet, I try to catch multinet commands in a loop to run app_sr_start_once(). It works but sometimes it crashes and I get an error. Is it possible to optimize this somehow?
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x420b6003 PS : 0x00060930 A0 : 0x80387fdd A1 : 0x3fcbf2d0
0x420b6003: ieee80211_crypto_decap at ??:?
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Help] I'm trying to use the words multinet to run app_sr_start_once() by disabling wakenet, in the example chatgpt_demo
[Help] I'm trying to use the words multinet to run app_sr_start_once() by disabling wakenet, in the example chatgpt_demo (AEGHB-368)
Sep 1, 2023
Temporarily closed due to the extended period of time with no response. Should you have additional questions or concerns, don't hesitate to reopen the issue.
Having disabled wakenet, I try to catch multinet commands in a loop to run app_sr_start_once(). It works but sometimes it crashes and I get an error. Is it possible to optimize this somehow?
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x420b6003 PS : 0x00060930 A0 : 0x80387fdd A1 : 0x3fcbf2d0
0x420b6003: ieee80211_crypto_decap at ??:?
A2 : 0x3c4a6754 A3 : 0x3c7e309c A4 : 0x00000018 A5 : 0x00000018
A6 : 0x3c7e312c A7 : 0x3c7e309c A8 : 0x00170032 A9 : 0x3c7e3144
A10 : 0x3c4a6754 A11 : 0x3c7e309c A12 : 0x00000018 A13 : 0x3fcbd40c
A14 : 0x4037dcc8 A15 : 0x00000640 SAR : 0x00000020 EXCCAUSE: 0x0000001c
0x4037dcc8: task_ms_to_tick_wrapper at /Users/Test/esp/esp-idf/components/esp_wifi/esp32s3/esp_adapter.c:307
EXCVADDR: 0x00170046 LBEG : 0x40056f5c LEND : 0x40056f72 LCOUNT : 0xffffffff
0x40056f5c: memcpy in ROM
0x40056f72: memcpy in ROM
Backtrace: 0x420b6000:0x3fcbf2d0 0x40387fda:0x3fcbf2f0 0x403881d1:0x3fcbf340 0x4003f4bd:0x3fcbf360 |<-CORRUPTED
0x420b6000: ieee80211_crypto_decap at ??:?
0x40387fda: sta_input at ??:?
0x403881d1: sta_rx_cb at ??:?
0x4003f4bd: ppRxPkt in ROM
My code:
`static void audio_detect_task(void *arg)
{
ESP_LOGI(TAG, "Detection task");
static afe_vad_state_t local_state;
static uint8_t frame_keep = 0;
}`
The text was updated successfully, but these errors were encountered: