Description
CircuitPython version
Adafruit CircuitPython 8.0.0 on 2023-02-06; ESP-C3-32S (2M)
Chrome + Adafruit ESPTool
Thonny 4.0.2
Code/REPL
# no code yet
Behavior
I tried several different languages versiona of the ROMs and it appears to be the same for 8.0.0
But when I turned to 7.3.2, it worked as expected.
I use Chrome and Adafruit ESPTool for burning and Thonny as serial monitor. when the device boot up, LED blinked as expected, but then the serial keep getting messages like below:
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:0xc (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
Description
I tried to open directory within the board, and it says device is busy while receiving logs.
one thing worth noticing, I occasionally ran into a successful booting with UK version with normal python interface. But all modifications to internal storage seems not working, files uploaded with Thonny or REPL cannot be actually saved.
But i tried the same bin file later, this phenomenon didn't show up again. Still endless logs like the above.
So i think it has nothing to do with languages. maybe i triggered something i did not realize.
Additional information
No response