Search found 3 matches

by FranCOlin
Mon Oct 04, 2021 5:37 am
Forum: General Discussion
Topic: ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len
Replies: 2
Views: 2435

Re: ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len

There have been some reports of problems loading bootloader with mode:QIO setting, but works when changing to another flash spi mode. Thank you! I was wondering whether the flash mode was correct. So I change the flash mode in the platformio.ini. After changing it, my board works correctly. However...
by FranCOlin
Sat Oct 02, 2021 2:40 pm
Forum: General Discussion
Topic: ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len
Replies: 2
Views: 2435

ESP32 continuously rebooting with logging "RTCWDT_RTC_RESET" and a strange negative load len

Hello guys! I am here because I encounter some wierd problems. My board is ESP-Wroom-32, and I want to use it for a CNC project based on ESP32_GRBL https://github.com/bdring/Grbl_Esp32 However, I found another user-modified version is much better to me https://github.com/KnightSin/Grbl_Esp32 . After...