Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diplfranzhoepfinger/ff6ec398b999edde3b6ee178f1f6be2c to your computer and use it in GitHub Desktop.
Save diplfranzhoepfinger/ff6ec398b999edde3b6ee178f1f6be2c to your computer and use it in GitHub Desktop.
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x178c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xcbc
load:0x403cc700,len:0x2d9c
entry 0x403c9914
I (27) boot: ESP-IDF v5.2.2 2nd stage bootloader
I (27) boot: compile time Jun 16 2024 16:45:53
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.2
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : DIO
I (43) boot.esp32s3: SPI Flash Size : 2MB
I (48) boot: Enabling RNG early entropy source...
I (53) boot: Partition Table:
I (57) boot: ## Label Usage Type ST Offset Length
I (64) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (72) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (79) boot: 2 factory factory app 00 00 00010000 00100000
I (87) boot: End of partition table
I (91) esp_image: segment 0: paddr=00010020 vaddr=3c020020 size=0c128h ( 49448) map
I (108) esp_image: segment 1: paddr=0001c150 vaddr=3fc93700 size=029bch ( 10684) load
I (111) esp_image: segment 2: paddr=0001eb14 vaddr=40374000 size=01504h ( 5380) load
I (117) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=1f210h (127504) map
I (147) esp_image: segment 4: paddr=0003f238 vaddr=40375504 size=0e1bch ( 57788) load
I (167) boot: Loaded app from partition at offset 0x10000
I (167) boot: Disabling RNG early entropy source...
I (178) cpu_start: Multicore app
I (188) cpu_start: Pro cpu start user code
I (188) cpu_start: cpu freq: 160000000 Hz
I (188) cpu_start: Application information:
I (191) cpu_start: Project name: uart_echo
I (196) cpu_start: App version: 4aef611
I (201) cpu_start: Compile time: Jun 16 2024 16:46:29
I (207) cpu_start: ELF file SHA256: 8a018c1d3...
I (212) cpu_start: ESP-IDF: v5.2.2
I (217) cpu_start: Min chip rev: v0.0
I (222) cpu_start: Max chip rev: v0.99
I (227) cpu_start: Chip rev: v0.2
I (232) heap_init: Initializing. RAM available for dynamic allocation:
I (239) heap_init: At 3FC96990 len 00052D80 (331 KiB): RAM
I (245) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (251) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (257) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
I (264) spi_flash: detected chip: gd
I (268) spi_flash: flash io: dio
W (272) spi_flash: Detected size(8192k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (285) sleep: Configure to isolate all GPIO pins in sleep state
I (292) sleep: Enable automatic switching of GPIO sleep configuration
I (299) main_task: Started on CPU0
I (309) main_task: Calling app_main()
I (309) UART TEST: Wrote 11 bytes
I (309) main_task: Returned from app_main()
I (349) UART TEST: Recv str:
I (399) UART TEST: Recv str:
I (449) UART TEST: Recv str: 
I (499) UART TEST: Recv str:
I (549) UART TEST: Recv str: �
I (599) UART TEST: Recv str:
I (649) UART TEST: Recv str: �
I (699) UART TEST: Recv str:
I (749) UART TEST: Recv str: �
I (799) UART TEST: Recv str:
I (849) UART TEST: Recv str: �
I (899) UART TEST: Recv str:
I (949) UART TEST: Recv str: �
I (999) UART TEST: Recv str:
I (1049) UART TEST: Recv str: �
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment