Search found 8 matches

by RatTrap85
Thu Oct 03, 2024 5:39 am
Forum: ESP32 Arduino
Topic: Library containing the Guru mediation error
Replies: 5
Views: 538

Re: Library containing the Guru mediation error

Thank you for the help. Unfortunately I can't avoid the rabbit hole, like Alice i already fell in and apparently something wicked this way comes. Oh my
by RatTrap85
Tue Oct 01, 2024 6:25 am
Forum: ESP32 Arduino
Topic: Library containing the Guru mediation error
Replies: 5
Views: 538

Re: Library containing the Guru mediation error

when I try to access the coredump file it is just gibberish. In a nut shell I want to access where the backtrace information is stored in the crash report that way I can data log it. here is the code that I threw together to just get a handle on the idea. Not logging anything yet. but if I can print...
by RatTrap85
Tue Oct 01, 2024 6:06 am
Forum: ESP32 Arduino
Topic: Library containing the Guru mediation error
Replies: 5
Views: 538

Re: Library containing the Guru mediation error

Thank you for the quick reply and the link to the Panic code. I agree getting to the dump partition and reading it was easy, what I am trying to do is figure out what the data is. Right now all I have is size and a bunch of bytes with no context. I figure if I can find where it prints the output I w...
by RatTrap85
Tue Oct 01, 2024 1:56 am
Forum: ESP32 Arduino
Topic: Library containing the Guru mediation error
Replies: 5
Views: 538

Library containing the Guru mediation error

I have a device on the other side of the world that I have to debug remotely, and can OTA it no problem. One of the things I want to do is to datalog any Guru Mediation Errors that may be thrown out. I have found where it is for esp-idf but the who system and code was build around arduino IDE so I a...
by RatTrap85
Fri Feb 17, 2023 5:00 pm
Forum: ESP32 Arduino
Topic: Uncalled function loop repeatedly
Replies: 3
Views: 2474

Re: Uncalled function loop repeatedly

I added a debug macro and a lot of serial prints and have found this interesting little piece of information here is the debug macro and code #define BUG_HUNTER #ifdef BUG_HUNTER char FunctionTracker[1024]; char PreviousFunction[1024]; char PrePreviousFunction[1024]; #define BugHunt() \ sprintf(PreP...
by RatTrap85
Fri Feb 17, 2023 4:45 pm
Forum: ESP32 Arduino
Topic: Uncalled function loop repeatedly
Replies: 3
Views: 2474

Re: Uncalled function loop repeatedly

Fair point I have reached no definitive conclusions about what is happening. The evidence I have at the moment is a series of serial prints coming from inside the function that is looping, I arrive at it not being called because there are also some serial prints that occur just before the looping fu...
by RatTrap85
Fri Feb 17, 2023 1:17 am
Forum: ESP32 Arduino
Topic: Uncalled function loop repeatedly
Replies: 3
Views: 2474

Uncalled function loop repeatedly

I have a very very strange problem, and my program is thousands of lines long so I am just going to throw out what is happening and ask for general ideas. A function that is not being called is running and locking itself into an infinite loop. I get rid of the function and a different function again...
by RatTrap85
Mon Oct 17, 2022 10:45 pm
Forum: ESP-IDF
Topic: ESP SPI Ram (PSRAM) missing from sdk config options
Replies: 1
Views: 1464

ESP SPI Ram (PSRAM) missing from sdk config options

I have the ESP32-s3-n8r8 and am trying to configure the ESP-IDF for it. Per the documentation the setting should be here in the SDK configuration under hardware settings but alas it is not there. Nor does it appear in any of the other sections either and can't be found in the ESP-IDF command/shell. ...