EUA / ESP32_LogicAnalyzer

ESP32 Logic Analyzer
GNU General Public License v3.0
206 stars 27 forks source link

Compatibility issue with esp32doit-devkit-v1 #13

Open DrA1ex opened 6 months ago

DrA1ex commented 6 months ago

Hello there!

I encountered an issue while using the project with the esp32doit-devkit-v1 board. It's stuck in a boot loop with the LED blinking. When I checked the Serial, an error message appeared:

Guru Meditation Error: Core 1 panic'ed (LoadProhibited). The exception was unhandled.

Unfortunately, it didn't provide any stack trace or other details, only register values.

After investigating, I tried the platform version "espressif32@4.4" (the latest 4.x version available). This resolved the problem, and the project now board detects by PulseView. However, I'm uncertain about any potential impact or consequences of this change, so I didn't create a Pull Request.

I also experimented with the latest version (6.4.0), but it didn't work at all. I only received random serial output, and PulseView didn't detect the board.

I'd like to request the project owner to investigate this issue and consider changing the version to "espressif32@4.4" if it's appropriate.

Thank you for looking into this. I hope this information is helpful.

DrA1ex commented 6 months ago

However, the board is only detected by PulseView, but it doesn't capture anything. Therefore, there may be more incompatibilities