esp-link icon indicating copy to clipboard operation
esp-link copied to clipboard

System is periodically reset by WDOG when baudrate is set to 2400

Open cz8pru opened this issue 4 years ago • 4 comments

I have usecase where I need to communicate via UART at 2400. It is working till my device is reset. After that, it will finish in infinitive loop. it start and it is reset by WDOG due to the fact, that messages to UART TX from ESP-LINK are written too slowly.

cz8pru avatar Oct 07 '21 18:10 cz8pru

I have the same issue. The reboot loop is 3.7 seconds long.

Have you found any solution?

zalexua avatar Sep 01 '22 17:09 zalexua

I did not find solution neither work around.

This is bug which needs to be fixed.

"---------- Původní zpráva ---------- Od: Oleksii Zagorskyi @.***> Datum: 01.09.2022 19:03:21 Předmět: Re: [jeelabs/esp-link] System is periodically reset by WDOG when baudrate is set to 2400 (#532)

I have the same issue. The reboot loop is 3.7 seconds long.

Have you found any solution?

— Reply to this email directly, view it on GitHub (https://github.com/jeelabs/esp-link/issues/532#issuecomment-1234548512), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AEZ3I7ZWAG4Z32BNJF2M2TTV4DOVLANCNFSM5FR6TKVQ) . You are receiving this because you authored the thread. Message ID: < @.***>

"

cz8pru avatar Sep 02 '22 04:09 cz8pru

Yesterday later I found that there is a menu "Debug log" where you can turn off logging to uart0 and it resolved the issue. See debug-log-off

zalexua avatar Sep 02 '22 06:09 zalexua

Good job, nice workaround! ---------- Původní e-mail ---------- Od: Oleksii Zagorskyi @.> Komu: jeelabs/esp-link @.> Kopie: cz8pru @.>, Author @.> Datum: 2. 9. 2022 8:42:10 Předmět: Re: [jeelabs/esp-link] System is periodically reset by WDOG when baudrate is set to 2400 (#532) "

Yesterday later I found that there is a menu "Debug log" where you can turn off logging to uart0 and it resolved the issue. See debug-log-off (https://user-images.githubusercontent.com/273254/188074764-1f819d23-b36b-415c-99fe-71f27a555979.png)

— Reply to this email directly, view it on GitHub (https://github.com/jeelabs/esp-link/issues/532#issuecomment-1235128266), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AEZ3I75BZVK3C4HXLE3FZ7TV4GOT5ANCNFSM5FR6TKVQ) . You are receiving this because you authored the thread. Message ID: < @.***> "

cz8pru avatar Sep 02 '22 06:09 cz8pru