-
Notifications
You must be signed in to change notification settings - Fork 30
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
Constantly reboot with core dump #474
Comments
#314 again? Backtrace addrs need to be decoded to see where it crashed. And I don't think it necessarily has to do with that gpio_num error. The crash is quite a bit after that. |
I think this is due to a new ESP32 Arduino library. It looks like they have changed the interrupt handling. If I comment out the speaker routines (setup_speaker) in the source, it runs through. Unfortunately, I have absolutely no time to investigate this further at the moment. Thomas, perhaps you can investigate this in more detail?
… On 15. Apr 2024, at 17:45, TW ***@***.***> wrote:
#314 <#314> again? Backtrace addrs need to be decoded to see where it crashed.
And I don't think it necessarily has to do with that gpio_num error. The crash is quite a bit after that.
—
Reply to this email directly, view it on GitHub <#474 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFSNFB2G5NPEIN4X4FGF3ETY5PYZJAVCNFSM6AAAAABGGVKBZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJXGE3TGOBRGI>.
You are receiving this because you are subscribed to this thread.
|
The speaker works (the device beeps multiple times after it reboots). As an alternative (at least for me): Is there some documentation on how to flash the released binary on the device? |
Any suggestions how to proceed on this? |
I've tried to compile and flash the current release on my multigeiger (which I build on one of the workshops a couple of years ago) but run into the "multiple definition of `hal_init'" problem (#461). After usi8ng the current HEAD of the codebase, the problem was gone, but after a successful flash of the firmware, the device constantly crashes and reboots with the following output:
I think the relevant line is this one:
I use the Heltec HTIT-WB32 device (with the ESP32-DOWDQ6 chip) and Platform.IO. As
board
, there isheltec_wireless_stick
set. This should be the correct identifier (see here and here)?The text was updated successfully, but these errors were encountered: