Esp32/ESP32-C3 (revision v0.3) flash output example

From Federal Burro of Information
Revision as of 02:34, 6 September 2023 by David (talk | contribs) (Created page with "<pre> Sketch uses 237016 bytes (7%) of program storage space. Maximum is 3145728 bytes. Global variables use 13636 bytes (4%) of dynamic memory, leaving 314044 bytes for local variables. Maximum is 327680 bytes. esptool.py v4.5.1 Serial port COM10 Connecting.... Chip is ESP32-C3 (revision v0.3) Features: WiFi, BLE Crystal is 40MHz MAC: 58:cf:79:e3:1d:d8 Uploading stub... Running stub... Stub running... Configuring flash size... Erasing flash (this may take a while)... Ch...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Sketch uses 237016 bytes (7%) of program storage space. Maximum is 3145728 bytes.
Global variables use 13636 bytes (4%) of dynamic memory, leaving 314044 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port COM10
Connecting....
Chip is ESP32-C3 (revision v0.3)
Features: WiFi, BLE
Crystal is 40MHz
MAC: 58:cf:79:e3:1d:d8
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Erasing flash (this may take a while)...
Chip erase completed successfully in 16.3s
Compressed 13216 bytes to 9529...
Writing at 0x00000000... (100 %)
Wrote 13216 bytes (9529 compressed) at 0x00000000 in 1.1 seconds (effective 96.5 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 145...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (145 compressed) at 0x00008000 in 0.1 seconds (effective 332.1 kbit/s)...
Hash of data verified.
Compressed 8192 bytes to 47...
Writing at 0x0000e000... (100 %)
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 503.9 kbit/s)...
Hash of data verified.
Compressed 247200 bytes to 138139...
Writing at 0x00010000... (11 %)
Writing at 0x0001af91... (22 %)
Writing at 0x00022902... (33 %)
Writing at 0x000287fb... (44 %)
Writing at 0x0002eb12... (55 %)
Writing at 0x00034bbf... (66 %)
Writing at 0x0003ca3a... (77 %)
Writing at 0x00043658... (88 %)
Writing at 0x00049830... (100 %)
Wrote 247200 bytes (138139 compressed) at 0x00010000 in 12.4 seconds (effective 160.0 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...