-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Hey, Im working with a ESP32S3 and a single TJA1051 transceiver, im using saaavycan but im experiencing random sudden crashes from the esp32s3 which cause the communication inside saavycan break.
Crashes occur each couple seconds with this error:
`Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x40381393 PS : 0x00060033 A0 : 0x80380181 A1 : 0x3fc97900
A2 : 0x0000001d A3 : 0x3fc9f3d8 A4 : 0x00000004 A5 : 0x00060023
A6 : 0x00060023 A7 : 0x00000001 A8 : 0x00000001 A9 : 0x00000001
A10 : 0x00060b20 A11 : 0x00000002 A12 : 0x8038169d A13 : 0x3fcee8e0
A14 : 0x02c979f0 A15 : 0x00ffffff SAR : 0x00000010 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000021 LBEG : 0x40056fc5 LEND : 0x40056fe7 LCOUNT : 0xffffffff
Backtrace: 0x40381390:0x3fc97900 0x4038017e:0x3fc97920 0x4037f09d:0x3fc97940 0x42011b1b:0x3fc97970 0x40379839:0x3fc979c0 0x42009f25:0x3fcee9b0`
Using Exception Decoder it narrows it down to:
0x40381390: uxListRemove at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/freertos\list.c:187 0x4038017e: xTaskRemoveFromEventList at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/freertos\tasks.c:3657 0x4037f09d: xQueueGenericSendFromISR at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/freertos\queue.c:1128 0x42011b1b: twai_intr_handler_main at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/driver\twai.c:131 0x42009f25: ESP32CAN::task_LowLevelRX(void*) at c:\Users\xspeed\OneDrive\Dokumenty\Arduino\libraries\esp32_can\src\esp32_can_builtin.cpp:133
Crashes occur while working over Serial or WiFi, the issue doesnt seem to be the power source or wiring
Would love to see some ideas