Skip to content

Long startup time on ESP32-S2 #6622

@deshipu

Description

@deshipu

CircuitPython version

7.3.1

Code/REPL

import board
import digitalio

led = digitalio.DigitalInOut(board.LED)
led.switch_to_output(value=1)

while True:
    pass

Behavior

The LED comes on after 2.45s from connecting power or pressing RST button.

Description

This seems about twice as long as expected, with the safe mode delay being about 1s, and without an UF2 bootloader on the board.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugespressifapplies to multiple Espressif chips

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions