Skip to content

CircuitPython 8.x bootloops on ESP-C3-32S (2M) #7932

Open
@Schmeckinger

Description

@Schmeckinger

CircuitPython version

Broken:
CircuitPython 8.0.5, CircuitPython 8.1.0-beta.2 for ESP-C3-32S (2M)
Working:
Adafruit CircuitPython 7.3.3 on 2022-08-29; AITHinker ESP32-C3S_Kit_2M with ESP32-C3

Code/REPL

ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x1 (POWERON),boot:0xd (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:2
load:0x3fcd5810,len:0x24
load:0x403cc710,len:0x668
load:0x403ce710,len:0x2218
entry 0x403cc710
Serial console setup
ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xd (SPI_FAST_FLASH_BOOT)
Saved PC:0x403820a6
SPIWP:0xee
mode:DIO, clock div:2
load:0x3fcd5810,len:0x24
load:0x403cc710,len:0x668
load:0x403ce710,len:0x2218
entry 0x403cc710
Serial console setup
ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xd (SPI_FAST_FLASH_BOOT)
Saved PC:0x403820a6
SPIWP:0xee
mode:DIO, clock div:2
load:0x3fcd5810,len:0x24
load:0x403cc710,len:0x668
load:0x403ce710,len:0x2218
entry 0x403cc710
...

Behavior

8.x is bootlooping on my ESP-C3-32S (2M), while 7.3.3 runs fine:

ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:2
load:0x3fcd6100,len:0x1374
load:0x403ce000,len:0x8f0
load:0x403d0000,len:0x2c34
entry 0x403ce000
Serial debug setup
Adafruit CircuitPython 7.3.3 on 2022-08-29; AITHinker ESP32-C3S_Kit_2M with ESP32-C3
Board ID:ai_thinker_esp32-c3s-2m

Auto-reload is on. Simply save files over USB to run them or enter REPL to disable.
code.py output:
Hello World!

Code done running.

Press any key to enter the REPL. Use CTRL-D to reload.

Description

No response

Additional information

https://circuitpython.org/board/ai_thinker_esp32-c3s-2m/

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions