-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled. #145
Comments
figured out its happening when the device got a fix and might try to send it goes into the failure. |
[INFO][Loop] GPS fix state went to VALID Core 1 register dump: Backtrace: 0x400e596f:0x3ffbf57c |<-CORRUPTED #0 0x400e596f:0x3ffbf57c in uart_ll_get_intsts_mask at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/hal/esp32/include/hal/uart_ll.h:186 ELF file SHA256: d151d37a91b4e0cd Rebooting... |
I get similar exceptions here, on a T-Beam 1.2 They occur after a GPS fix is achieved. To me this looks like a memory corruption of some pointer. Also, they seem to happen in different locations, reproducible with the debug binary:
|
I spent quite some time on fixing this without success. I switched to the version from https://github.com/richonguzman/LoRa_APRS_Tracker and from there its working. |
Thank you for replying, highly appreciated! I switched as well and everything works! |
Despite this does not belong here, I'll be happy to help you out.
That is most likely because you did not flash the file system with the json config. It is described in chapter 04 of the documentation or here https://randomnerdtutorials.com/esp32-vs-code-platformio-spiffs/
08.05.2024 12:06:57 Edouard Griffiths ***@***.***>:
…
For me https://github.com/richonguzman/LoRa_APRS_Tracker does not work either it keeps rebooting...
—
Reply to this email directly, view it on GitHub[#145 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ATWXAZNVP2JWZRQCIQETN73ZBH2KXAVCNFSM6AAAAABFT5YXBSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBQGIZDMMJQGI].
You are receiving this because you commented.
[Verfolgungsbild][https://github.com/notifications/beacon/ATWXAZPRTOVJQE7OTFP5TCLZBH2KXA5CNFSM6AAAAABFT5YXBSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT5F3UDM.gif]
|
yes you have to flash the filesystem and then it works |
Hi,
I just installed the latest version from the main branch successfully from with pio (console). Now the start screens shows up, display shows after some seconds LoRa initiated and then switches to the overview or dies after a while. Then it goes into an endless loop of restarting as it seems.
Board is a LILYGO T-Beam Meshtastic LORA32 433MHz SX1278
I found this on the monitor console
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
[ERROR][Configuration] Failed to read file, using default configuration.
[INFO][LoRa] Set SPI pins!
[INFO][LoRa] Set LoRa pins!
[INFO][LoRa] frequency: 433775000
[INFO][LoRa] LoRa init done!
[INFO][Main] Smart Beacon is: On
[INFO][Main] setup done...
[INFO][Loop] GPS fix state went to VALID
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x400e5972 PS : 0x00050031 A0 : 0x400860d0 A1 : 0x3ffbf57c
A2 : 0x3f800998 A3 : 0x3ffbecb4 A4 : 0x000000ff A5 : 0x00000ff0
A6 : 0x3ffbdcc0 A7 : 0x0001e870 A8 : 0x00000000 A9 : 0x3ffbecb0
A10 : 0x00000001 A11 : 0x3ffc9de0 A12 : 0x00000014 A13 : 0x00000004
A14 : 0x3ffbd500 A15 : 0x80000001 SAR : 0x0000001d EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000008 LBEG : 0x40092074 LEND : 0x4009207f LCOUNT : 0x000013a6
Backtrace: 0x400e596f:0x3ffbf57c |<-CORRUPTED
#0 0x400e596f:0x3ffbf57c in uart_ll_get_intsts_mask at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/hal/esp32/include/hal/uart_ll.h:186
(inlined by) uart_rx_intr_handler_default at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/driver/uart.c:854
ELF file SHA256: 184211336248d8b2
Rebooting...
Anyone knows how to fix this?
Thanks
Sebastian
The text was updated successfully, but these errors were encountered: