Advertisement
Guest User

Serial Output

a guest
Dec 4th, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. =========== Before Setup Start ===========
  2. Chip Info:
  3. ------------------------------------------
  4. Model : ESP32-C3
  5. Package : 0
  6. Revision : 0.04
  7. Cores : 1
  8. CPU Frequency : 160 MHz
  9. XTAL Frequency : 40 MHz
  10. Features Bitfield : 0x00000012
  11. Embedded Flash : No
  12. Embedded PSRAM : No
  13. 2.4GHz WiFi : Yes
  14. Classic BT : No
  15. BT Low Energy : Yes
  16. IEEE 802.15.4 : No
  17. ------------------------------------------
  18. INTERNAL Memory Info:
  19. ------------------------------------------
  20. Total Size : 315688 B ( 308.3 KB)
  21. Free Bytes : 283956 B ( 277.3 KB)
  22. Allocated Bytes : 27892 B ( 27.2 KB)
  23. Minimum Free Bytes: 283956 B ( 277.3 KB)
  24. Largest Free Block: 147444 B ( 144.0 KB)
  25. ------------------------------------------
  26. Flash Info:
  27. ------------------------------------------
  28. Chip Size : 4194304 B (4 MB)
  29. Block Size : 65536 B ( 64.0 KB)
  30. Sector Size : 4096 B ( 4.0 KB)
  31. Page Size : 256 B ( 0.2 KB)
  32. Bus Speed : 80 MHz
  33. Bus Mode : QIO
  34. ------------------------------------------
  35. Partitions Info:
  36. ------------------------------------------
  37. nvs : addr: 0x00009000, size: 20.0 KB, type: DATA, subtype: NVS
  38. otadata : addr: 0x0000E000, size: 8.0 KB, type: DATA, subtype: OTA
  39. app0 : addr: 0x00010000, size: 1280.0 KB, type: APP, subtype: OTA_0
  40. app1 : addr: 0x00150000, size: 1280.0 KB, type: APP, subtype: OTA_1
  41. spiffs : addr: 0x00290000, size: 1408.0 KB, type: DATA, subtype: SPIFFS
  42. coredump : addr: 0x003F0000, size: 64.0 KB, type: DATA, subtype: COREDUMP
  43. ------------------------------------------
  44. Software Info:
  45. ------------------------------------------
  46. Compile Date/Time : Dec 3 2024 18:56:43
  47. Compile Host OS : windows
  48. ESP-IDF Version : v5.1.4-972-g632e0c2a9f-dirty
  49. Arduino Version : 3.0.7
  50. ------------------------------------------
  51. Board Info:
  52. ------------------------------------------
  53. Arduino Board : ESP32C3_DEV
  54. Arduino Variant : esp32c3
  55. Arduino FQBN : esp32:esp32:esp32c3:UploadSpeed=921600,CDCOnBoot=default,CPUFreq=160,FlashFreq=80,FlashMode=qio,FlashSize=4M,PartitionScheme=default,DebugLevel=verbose,EraseFlash=none,JTAGAdapter=default,ZigbeeMode=default
  56. ============ Before Setup End ============
  57. [ 652][V][esp32-hal-uart.c:408] uartBegin(): UART0 baud(115200) Mode(800001c) rxPin(20) txPin(21)
  58. [ 661][V][esp32-hal-uart.c:497] uartBegin(): UART0 not installed. Starting installation
  59. [ 670][V][esp32-hal-uart.c:560] uartBegin(): UART0 initialization done.
  60. [ 677][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type GPIO (1) successfully set to 0x42031654
  61. ESP-ROM:esp32c3-api1-20210207
  62. Build:Feb 7 2021
  63. rst:0x8 (TG1WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
  64. Saved PC:0x40380000
  65. SPIWP:0xee
  66. mode:DIO, clock div:1
  67. load:0x3fcd5820,len:0x1058
  68. load:0x403cc710,len:0x8a8
  69. load:0x403ce710,len:0x2fac
  70. entry 0x403cc710
  71. [ 218][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x42034b18
  72. [ 230][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42034adc
  73. [ 241][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42034aa0
  74. [ 253][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42034a64
  75. [ 264][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RX (2) successfully set to 0x42034b18
  76. [ 275][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_TX (3) successfully set to 0x42034adc
  77. [ 287][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_CTS (4) successfully set to 0x42034aa0
  78. [ 298][V][esp32-hal-periman.c:235] perimanSetBusDeinit(): Deinit function for type UART_RTS (5) successfully set to 0x42034a64
  79. [ 314][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 20 successfully set to type UART_RX (2) with bus 0x3fc8c90c
  80. [ 325][V][esp32-hal-periman.c:160] perimanSetPinBus(): Pin 21 successfully set to type UART_TX (3) with bus 0x3fc8c90c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement