Skip to content

ESP32-C2: Examples reset by super-wdt in direct-boot mode #438

@bjoernQ

Description

@bjoernQ

e.g. cargo build --example systimer --features direct-boot && espflash flash --format=direct-boot --monitor target\riscv32imc-unknown-none-elf\debug\examples\systimer

Results in

ESP-ROM:esp8684-api2-20220127
Build:Jan 27 2022
rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT)
SYSTIMER Current value = 626782
Interrupt lvl1 (alarm0)
Interrupt lvl1 (alarm0)
Interrupt lvl2 (alarm1)
Interrupt lvl1 (alarm0)
Interrupt lvl2 (alarm2)
ESP-ROM:esp8684-api2-20220127
Build:Jan 27 2022
rst:0x12 (SUPER_WDT_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
SYSTIMER Current value = 627306
Interrupt lvl1 (alarm0)
Interrupt lvl1 (alarm0)
Interrupt lvl2 (alarm1)
...

Might be only a problem with this one example

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions