jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

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

Open cz8pru opened 2 years ago

cz8pru commented 2 years ago

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.

zalexua commented 1 year ago

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

Have you found any solution?

cz8pru commented 1 year ago

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: < @.***>

"

zalexua commented 1 year ago

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

cz8pru commented 1 year ago

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: < @.***> "