ESP32_LogicAnalyzer icon indicating copy to clipboard operation
ESP32_LogicAnalyzer copied to clipboard

Compatibility issue with esp32doit-devkit-v1

Open DrA1ex opened this issue 1 year ago • 1 comments

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 "[email protected]" (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 "[email protected]" if it's appropriate.

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

DrA1ex avatar Dec 25 '23 15:12 DrA1ex

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

DrA1ex avatar Dec 25 '23 15:12 DrA1ex

You pointed me on the right track, I got it working locally by using 4.1. 4.0 failed with the error you got and later ones didn't capture but 4.1 was the sweet spot.

[env:esp32doit-devkit-v1]
platform = [email protected]
board = esp32doit-devkit-v1
framework = arduino
build_flags = -DCORE_DEBUG_LEVEL=0
monitor_speed = 921600

magico13 avatar Sep 26 '24 16:09 magico13