Search found 5 matches
- Sun Feb 14, 2021 5:45 am
- Forum: ESP32 Arduino
- Topic: Faulty ESP32 board ?
- Replies: 4
- Views: 3721
Re: Faulty ESP32 board ?
Ok, well, if you have the blink, wifi scan, and the hello sketch for the DAC board all working, I would say all your hardware is ok. So it's a software problem, which is why I asked where the code came from. I had the feeling it wasn't your own code, which is why I didn't really explain the Backtrac...
- Sat Feb 13, 2021 6:22 am
- Forum: ESP32 Arduino
- Topic: Help understanding crash reports....
- Replies: 4
- Views: 3334
Re: Help understanding crash reports....
Thanks again for giving me direction.
For now, I have just coded around this problem. I have a generic FT2232HL Board on order to use as a debugger and I'm ditching the arduino IDE.
Any recommendations on an IDE that supports debugging?
Thanks,
Randy
For now, I have just coded around this problem. I have a generic FT2232HL Board on order to use as a debugger and I'm ditching the arduino IDE.
Any recommendations on an IDE that supports debugging?
Thanks,
Randy
- Sat Feb 13, 2021 5:58 am
- Forum: ESP32 Arduino
- Topic: Faulty ESP32 board ?
- Replies: 4
- Views: 3721
Re: Faulty ESP32 board ?
The board is not 'kaput', it's working, but the software running on it is causing errors. The 'Backtrace' part of the error message can tell exactly what part of the code is causing the error. Mind if I ask where you got the code you're running? To verify if the board is working, you can load the cl...
- Sun Feb 07, 2021 5:43 am
- Forum: ESP32 Arduino
- Topic: Help understanding crash reports....
- Replies: 4
- Views: 3334
Re: Help understanding crash reports....
Thanks ESP_Sprite! The EspExceptionDecoder tells me that after copying screen data to the buffer, on core1, the very next call to a library function on core0 is what causes the crash. I did read up on this: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/fatal-errors.html#load...
- Sat Feb 06, 2021 6:43 am
- Forum: ESP32 Arduino
- Topic: Help understanding crash reports....
- Replies: 4
- Views: 3334
Help understanding crash reports....
Hi all! I'm looking for help in understanding this crash report I am getting: Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x40092577 PS : 0x00060633 A0 : 0x80092b75 A1 : 0x3ffe0dd0 A2 : 0x3ffc6cb8 A3 : 0x0000005c A4 : 0x3ffdeb04 A5 : 0...