-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Closed as not planned
Labels
Description
Port, board and/or hardware
esp32, m5stickc plus 2
MicroPython version
MicroPython v1.23.0 on 2024-06-02; Generic ESP32 module with SPIRAM with ESP32
Reproduction
1, I go to menu in my software,
2. Then to terminal, and it freezes and it says watchdog reset in console
The board has UART converter instead direct USB connection to esp so i see bootloader output
There is no watchdog in the code
Code: https://github.com/stickfirmware/stick/tree/wip/v2
Expected behaviour
It should open keyboard on screen
Observed behaviour
When entering menu and terminal, it freezes, then resets
i get this out
ets Jul 29 2019 12:21:46
rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 271414342, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:4728
load:0x40078000,len:14888
load:0x40080400,len:3368
entry 0x400805cc
W (165) boot.esp32: PRO CPU has been reset by WDT.
W (165) boot.esp32: WDT reset info: PRO CPU PC=0x40081e41
W (167) boot.esp32: WDT reset info: APP CPU PC=0x40082dcf
Additional Information
Using compiled version with mpy-cross, you can see workflow
EDIT: It also doesn't work with just the .py file
Code of Conduct
Yes, I agree