Qwiic Qwiic Pocket Development Board - ESP32-C6 Technical Reference

Type
Technical Reference

This manual is also suitable for

PRELIMINARY
ESP32C6
Technical Reference Manual
Pre-release v0.2
Espressif Systems
Copyright © 2023
www.espressif.com
About This Document
The ESP32C6 is targeted at developers working on low level software projects that use the ESP32-C6 SoC. It
describes the hardware modules listed below for the ESP32-C6 SoC and other products in ESP32-C6 series.
The modules detailed in this document provide an overview, list of features, hardware architecture details, any
necessary programming procedures, as well as register descriptions.
Navigation in This Document
Here are some tips on navigation through this extensive document:
•Release Status at a Glance on the very next page is a minimal list of all chapters from where you can
directly jump to a specific chapter.
• Use the Bookmarks on the side bar to jump to any specific chapters or sections from anywhere in the
document. Note this PDF document is configured to automatically display Bookmarks when open, which
is necessary for an extensive document like this one. However, some PDF viewers or browsers ignore this
setting, so if you don’t see the Bookmarks by default, try one or more of the following methods:
–Install a PDF Reader Extension for your browser;
–Download this document, and view it with your local PDF viewer;
–Set your PDF viewer to always automatically display the Bookmarks on the left side bar when open.
• Use the native Navigation function of your PDF viewer to navigate through the documents. Most PDF
viewers support to go Up,Down,Previous,Next,Back,Forward and Page with buttons, menu or hot
keys.
• You can also use the built-in GoBack button on the upper right corner on each and every page to go back
to the previous place before you click a link within the document. Note this feature may only work with
some Acrobat-specific PDF viewers (for example, Acrobat Reader and Adobe DC) and browsers with
built-in Acrobat-specific PDF viewers or extensions (for example, Firefox).
PRELIMINARY
Release Status at a Glance
Note that this manual in still work in progress. See our release progress below:
No. ESP32C6 Chapters Progress
1 High-Performance CPU Published
2 RISC-V Trace Encoder (TRACE) Published
3 Low-Power CPU [to be added later] 84%
4 GDMA Controller (GDMA) Published
5 System and Memory Published
6 eFuse Controller Published
7 IO MUX and GPIO Matrix (GPIO, IO MUX) Published
8 Reset and Clock Published
9 Chip Boot Control Published
10 Interrupt Matrix (INTMTX) Published
11 Event Task Matrix (ETM) Published
12 Low-Power Management [to be added later] 21%
13 System Timer (SYSTIMER) Published
14 Timer Group (TIMG) Published
15 Watchdog Timers (WDT) Published
16 Permission Control (PMS) Published
17 System Registers (HP_SYSTEM) Published
18 Debug Assistant (ASSIST_DEBUG) Published
19 AES Accelerator (AES) Published
20 ECC Accelerator (ECC) Published
21 HMAC Accelerator (HMAC) Published
22 RSA Accelerator (RSA) Published
23 SHA Accelerator (SHA) Published
24 Digital Signature (DS) Published
25 External Memory Encryption and Decryption (XTS_AES) Published
26 Random Number Generator (RNG) Published
27 UART Controller (UART, LP_UART, UHCI) Published
28 SPI Controller (SPI) Published
29 I2C Controller (I2C) Published
30 I2S Controller (I2S) Published
31 Pulse Count Controller (PCNT) Published
32 USB Serial/JTAG Controller (USB_SERIAL_JTAG) Published
33 Two-wire Automotive Interface (TWAI) Published
34 SDIO 2.0 Slave Controller (SDIO) Published
35 LED PWM Controller (LEDC) Published
36 Motor Control PWM (MCPWM) Published
37 Remote Control Peripheral (RMT) Published
38 Parallel IO Controller (PARL_IO) Published
39 On-Chip Sensor and Analog Signal Processing Published
PRELIMINARY
GoBack
Note:
Check the link or the QR code to make sure that you use the latest version of this document:
https://www.espressif.com/documentation/esp32-c6_technical_reference_manual_en.pdf
Espressif Systems 4
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
Contents
1 HighPerformance CPU 35
1.1 Overview 35
1.2 Features 35
1.3 Terminology 36
1.4 Address Map 36
1.5 Configuration and Status Registers (CSRs) 36
1.5.1 Register Summary 36
1.5.2 Register Description 38
1.6 Interrupt Controller 51
1.6.1 Features 51
1.6.2 Functional Description 51
1.6.3 Suggested Operation 53
1.6.3.1 Latency Aspects 53
1.6.3.2 Configuration Procedure 54
1.6.4 Register Summary 55
1.6.5 Register Description 55
1.7 Core Local Interrupts (CLINT) 56
1.7.1 Overview 56
1.7.2 Features 56
1.7.3 Software Interrupt 56
1.7.4 Timer Counter and Interrupt 56
1.7.5 Register Summary 57
1.7.6 Register Description 57
1.8 Physical Memory Protection 61
1.8.1 Overview 61
1.8.2 Features 61
1.8.3 Functional Description 61
1.8.4 Register Summary 62
1.8.5 Register Description 62
1.9 Physical Memory Attribute (PMA) Checker 63
1.9.1 Overview 63
1.9.2 Features 63
1.9.3 Functional Description 63
1.9.4 Register Summary 64
1.9.5 Register Description 65
1.10 Debug 66
1.10.1 Overview 66
1.10.2 Features 67
1.10.3 Functional Description 67
1.10.4 JTAG Control 67
1.10.5 Register Summary 68
1.10.6 Register Description 68
Espressif Systems 5
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
1.11 Hardware Trigger 71
1.11.1 Features 71
1.11.2 Functional Description 71
1.11.3 Trigger Execution Flow 72
1.11.4 Register Summary 72
1.11.5 Register Description 73
1.12 Trace 77
1.12.1 Overview 77
1.12.2 Features 77
1.12.3 Functional Description 77
1.13 Debug Cross-Triggering 78
1.13.1 Overview 78
1.13.2 Features 78
1.13.3 Functional Description 78
1.13.4 Register Summary 79
1.13.5 Register Description 79
1.14 Dedicated IO 80
1.14.1 Overview 80
1.14.2 Features 80
1.14.3 Functional Description 80
1.14.4 Register Summary 81
1.14.5 Register Description 81
1.15 Atomic (A) Extension 83
1.15.1 Overview 83
1.15.2 Functional Description 83
1.15.2.1 Load Reserve (LR.W) Instruction 83
1.15.2.2 Store Conditional (SC.W) Instruction 83
1.15.2.3 AMO Instructions 84
2 RISCV Trace Encoder (TRACE) 85
2.1 Terminology 85
2.2 Introduction 85
2.3 Features 86
2.4 Architectural Overview 87
2.5 Functional Description 88
2.5.1 Synchronization 88
2.5.2 Anchor Tag 88
2.5.3 Memory Writing Mode 88
2.5.4 Automatic Restart 88
2.6 Encoder Output Packets 89
2.6.1 Header 89
2.6.2 Index 89
2.6.3 Payload 90
2.6.3.1 Format 3 Packets 90
2.6.3.2 Format 2 Packets 91
2.6.3.3 Format 1 Packets 92
Espressif Systems 6
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
2.7 Interrupt 93
2.8 Programming Procedures 93
2.8.1 Enable Encoder 93
2.8.2 Disable Encoder 94
2.8.3 Decode Data Packets 94
2.9 Register Summary 95
2.10 Registers 96
3 GDMA Controller (GDMA) 101
3.1 Overview 101
3.2 Features 101
3.3 Architecture 102
3.4 Functional Description 103
3.4.1 Linked List 103
3.4.2 Peripheral-to-Memory and Memory-to-Peripheral Data Transfer 104
3.4.3 Memory-to-Memory Data Transfer 104
3.4.4 Enabling GDMA 105
3.4.5 Linked List Reading Process 105
3.4.6 EOF 106
3.4.7 Accessing Internal RAM 106
3.4.8 Arbitration 107
3.4.9 Event Task Matrix Feature 107
3.5 GDMA Interrupts 108
3.6 Programming Procedures 108
3.6.1 Programming Procedures for GDMA’s Transmit Channel 108
3.6.2 Programming Procedures for GDMA’s Receive Channel 109
3.6.3 Programming Procedures for Memory-to-Memory Transfer 109
3.7 Register Summary 110
3.8 Registers 114
4 System and Memory 138
4.1 Overview 138
4.2 Features 138
4.3 Functional Description 139
4.3.1 Address Mapping 139
4.3.2 Internal Memory 140
4.3.3 External Memory 141
4.3.3.1 External Memory Address Mapping 141
4.3.3.2 Cache 141
4.3.3.3 Cache Operations 142
4.3.4 GDMA Address Space 143
4.3.5 Modules/Peripherals Address Mapping 143
5 eFuse Controller 146
5.1 Overview 146
5.2 Features 146
Espressif Systems 7
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
5.3 Functional Description 146
5.3.1 Structure 146
5.3.1.1 EFUSE_WR_DIS 153
5.3.1.2 EFUSE_RD_DIS 153
5.3.1.3 Data Storage 153
5.3.2 Programming of Parameters 155
5.3.3 Reading of Parameters by Users 157
5.3.4 eFuse VDDQ Timing 158
5.3.5 Parameters Used by Hardware Modules 158
5.3.6 Interrupts 159
5.4 Register Summary 160
5.5 Registers 164
6 IO MUX and GPIO Matrix (GPIO, IO MUX) 211
6.1 Overview 211
6.2 Features 211
6.3 Architectural Overview 212
6.4 Peripheral Input via GPIO Matrix 213
6.4.1 Overview 213
6.4.2 Signal Synchronization 214
6.4.3 Functional Description 214
6.4.4 Simple GPIO Input 216
6.5 Peripheral Output via GPIO Matrix 216
6.5.1 Overview 216
6.5.2 Functional Description 217
6.5.3 Simple GPIO Output 218
6.5.4 Sigma Delta Modulated Output (SDM) 218
6.5.4.1 Functional Description 218
6.5.4.2 SDM Configuration 219
6.6 Direct Input and Output via IO MUX 219
6.6.1 Overview 219
6.6.2 Functional Description 219
6.7 LP IO MUX for Low Power and Analog Input/Output 219
6.7.1 Overview 219
6.7.2 Low Power Capabilities 220
6.7.3 Analog Functions 220
6.8 Pin Functions in Light-sleep 220
6.9 Pin Hold Feature 221
6.10 Power Supplies and Management of GPIO Pins 221
6.10.1 Power Supplies of GPIO Pins 221
6.10.2 Power Supply Management 221
6.11 Peripheral Signal List 221
6.12 IO MUX Functions List 228
6.13 LP IO MUX Functions List 229
6.14 ETM Event and Task 230
6.14.1 ETM Event 230
Espressif Systems 8
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
6.14.2 ETM Task 230
6.15 Register Summary 231
6.15.1 GPIO Matrix Register Summary 231
6.15.2 IO MUX Register Summary 232
6.15.3 Sub Design Register Summary 233
6.15.4 LP IO MUX Register Summary 234
6.16 Registers 235
6.16.1 GPIO Matrix Registers 235
6.16.2 IO MUX Registers 247
6.16.3 Sub Design Registers 250
6.16.4 LP IO MUX Registers 259
7 Reset and Clock 269
7.1 Reset 269
7.1.1 Overview 269
7.1.2 Architectural Overview 269
7.1.3 Features 269
7.1.4 Functional Description 270
7.1.5 Peripheral Reset 271
7.2 Clock 271
7.2.1 Overview 271
7.2.2 Architectural Overview 271
7.2.3 Features 272
7.2.4 Functional Description 272
7.2.4.1 System Clock 272
7.2.4.2 Peripheral Clocks 273
7.2.4.3 Wi-Fi and Bluetooth LE Clock 276
7.2.4.4 LP System Clock 276
7.3 Programming Procedures 277
7.4 Register Summary 278
7.4.1 PCR Registers 278
7.4.2 LP System Clock Registers 280
7.5 Registers 280
7.5.1 PCR Registers 280
7.5.2 LP Registers 328
8 Chip Boot Control 338
8.1 Overview 338
8.2 Functional Description 338
8.2.1 Default Configuration 338
8.2.2 Boot Mode Control 339
8.2.3 ROM Messages Printing Control 341
8.2.4 JTAG Signal Source Control 341
8.2.5 SDIO Sampling Input Edge and Output Driving Edge Control 342
9 Interrupt Matrix (INTMTX) 343
Espressif Systems 9
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
9.1 Overview 343
9.2 Features 343
9.3 Functional Description 344
9.3.1 Peripheral Interrupt Sources 344
9.3.2 CPU Interrupts 348
9.3.3 Allocate Peripheral Interrupt Source to CPU Interrupt 348
9.3.3.1 Allocate One Peripheral Interrupt Source (Source_X) to CPU 348
9.3.3.2 Allocate Multiple Peripheral Interrupt Sources (Source_X) to CPU 348
9.3.3.3 Disable CPU Peripheral Interrupt Source (Source_X)348
9.3.4 Query Current Interrupt Status of Peripheral Interrupt Source 349
9.4 Register Summary 350
9.4.1 Interrupt Matrix Register Summary 350
9.4.2 Interrupt Priority Register Summary 352
9.5 Registers 355
9.5.1 Interrupt Matrix Registers 355
9.5.2 Interrupt Priority Registers 359
10 Event Task Matrix (ETM) 363
10.1 Overview 363
10.2 Features 363
10.3 Functional Description 363
10.3.1 Architecture 363
10.3.2 Events 364
10.3.3 Tasks 367
10.3.4 Timing Considerations 371
10.3.5 Channel Control 372
10.4 Register Summary 373
10.5 Registers 376
11 System Timer (SYSTIMER) 380
11.1 Overview 380
11.2 Features 380
11.3 Clock Source Selection 381
11.4 Functional Description 381
11.4.1 Counter 381
11.4.2 Comparator and Alarm 382
11.4.3 Event Task Matrix 383
11.4.4 Synchronization Operation 383
11.4.5 Interrupt 384
11.5 Programming Procedure 384
11.5.1 Read Current Count Value 384
11.5.2 Configure One-Time Alarm in Target Mode 384
11.5.3 Configure Periodic Alarms in Period Mode 385
11.5.4 Update After Deep-sleep and Light-sleep 385
11.6 Register Summary 386
11.7 Registers 388
Espressif Systems 10
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
12 Timer Group (TIMG) 404
12.1 Overview 404
12.2 Features 404
12.3 Functional Description 405
12.3.1 16-bit Prescaler and Clock Selection 405
12.3.2 54-bit Time-base Counter 405
12.3.3 Alarm Generation 406
12.3.4 Timer Reload 407
12.3.5 Event Task Matrix Function 407
12.3.6 RTC_SLOW_CLK Frequency Calculation 408
12.3.7 Interrupts 408
12.4 Configuration and Usage 409
12.4.1 Timer as a Simple Clock 409
12.4.2 Timer as One-shot Alarm 410
12.4.3 Timer as Periodic Alarm by APB 410
12.4.4 Timer as Periodic Alarm by ETM 410
12.4.5 RTC_SLOW_CLK Frequency Calculation 411
12.5 Register Summary 413
12.6 Registers 414
13 Watchdog Timers (WDT) 428
13.1 Overview 428
13.2 Digital Watchdog Timers 429
13.2.1 Features 429
13.2.2 Functional Description 430
13.2.2.1 Clock Source and 32-Bit Counter 430
13.2.2.2 Stages and Timeout Actions 431
13.2.2.3 Write Protection 432
13.2.2.4 Flash Boot Protection 432
13.3 Super Watchdog 432
13.3.1 Features 432
13.3.2 Super Watchdog Controller 433
13.3.2.1 Structure 433
13.3.2.2 Workflow 433
13.4 Interrupts 433
13.5 Register Summary 434
13.6 Registers 434
14 Permission Control (PMS) 443
14.1 Overview 443
14.2 Features 443
14.3 Functional Description 444
14.3.1 TEE Controller Functional Description 444
14.3.2 APM Controller Functional Description 444
14.4 Programming Procedure 447
14.5 Illegal access and interrupts 448
Espressif Systems 11
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
14.6 Register Summary 449
14.6.1 High Performance APM Registers (HP_APM_REG) 449
14.6.2 Low Power APM Registers (LP_APM_REG) 450
14.6.3 Low Power APM0 Registers (LP_APM0_REG) 451
14.6.4 High Performance TEE Registers 452
14.6.5 Low Power TEE Registers 452
14.7 Registers 453
14.7.1 High Performance APM Registers (HP_APM_REG) 453
14.7.2 Low Power APM Registers (LP_APM_REG) 461
14.7.3 Low Power APM0 Registers (LP_APM0_REG) 468
14.7.4 High Performance TEE Registers 472
14.7.5 Low Power TEE Registers 473
15 System Registers (HP_SYSTEM) 475
15.1 Overview 475
15.2 Features 475
15.3 Function Description 475
15.3.1 External Memory Encryption/Decryption Configuration 475
15.3.2 Anti-DPA Attack Security Control 475
15.3.3 Software ROM Table Register 476
15.3.4 HP Core/LP Core Debug Control 476
15.3.5 Bus Timeout Protection 476
15.3.5.1 CPU Peripheral Timeout Protection Register 476
15.3.5.2 HP Peripheral Timeout Protection Register 477
15.4 Register Summary 478
15.5 Registers 479
16 Debug Assistant (ASSIST_DEBUG) 485
16.1 Overview 485
16.2 Features 485
16.3 Functional Description 485
16.3.1 Region Read/Write Monitoring 485
16.3.2 SP Monitoring 485
16.3.3 PC Logging 485
16.3.4 CPU/DMA Bus Access Logging 485
16.4 Recommended Operation 486
16.4.1 Region Monitoring and SP Monitoring Configuration 486
16.4.2 PC Logging Configuration 487
16.4.3 CPU/DMA Bus Access Logging Configuration 487
16.5 Register Summary 492
16.5.1 Summary of Bus Logging Configuration Registers 492
16.5.2 Summary of Other Registers 492
16.6 Registers 495
16.6.1 Bus Logging Configuration Registers 496
16.6.2 Other Registers 502
Espressif Systems 12
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
17 AES Accelerator (AES) 517
17.1 Introduction 517
17.2 Features 517
17.3 AES Working Modes 517
17.4 Typical AES Working Mode 519
17.4.1 Key, Plaintext, and Ciphertext 519
17.4.2 Endianness 519
17.4.3 Operation Process 521
17.5 DMA-AES Working Mode 521
17.5.1 Key, Plaintext, and Ciphertext 522
17.5.2 Endianness 522
17.5.3 Standard Incrementing Function 523
17.5.4 Block Number 523
17.5.5 Initialization Vector 523
17.5.6 Block Operation Process 524
17.6 Memory Summary 524
17.7 Register Summary 525
17.8 Registers 526
18 ECC Accelerator (ECC) 531
18.1 Introduction 531
18.2 Features 531
18.3 Terminology 531
18.3.1 ECC Basics 531
18.3.1.1 Elliptic Curve and Points on the Curves 531
18.3.1.2 Affine Coordinates and Jacobian Coordinates 531
18.3.2 Definitions of ESP32-C6’s ECC 532
18.3.2.1 Memory Blocks 532
18.3.2.2 Data and Data Block 532
18.3.2.3 Write Data 532
18.3.2.4 Read Data 533
18.3.2.5 Standard Calculation and Jacobian Calculation 533
18.4 Function Description 533
18.4.1 Key Size 533
18.4.2 Working Modes 533
18.4.2.1 Base Point Multiplication (Point Multi Mode) 534
18.4.2.2 Base Point Verification (Point Verif Mode) 534
18.4.2.3 Base Point Verification + Base Point Multiplication (Point Verif + Multi Mode) 534
18.4.2.4 Jacobian Point Multiplication (Jacobian Point Multi Mode) 534
18.4.2.5 Jacobian Point Verification (Jacobian Point Verif Mode) 535
18.4.2.6 Base Point Verification + Jacobian Point Multiplication (Point Verif + Jacobian Point
Multi Mode) 535
18.5 Clocks and Resets 535
18.6 Interrupts 535
18.7 Programming Procedures 536
18.8 Register Summary 537
Espressif Systems 13
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
18.9 Registers 538
19 HMAC Accelerator (HMAC) 542
19.1 Main Features 542
19.2 Functional Description 542
19.2.1 Upstream Mode 542
19.2.2 Downstream JTAG Enable Mode 543
19.2.3 Downstream Digital Signature Mode 543
19.2.4 HMAC eFuse Configuration 543
19.2.5 HMAC Process (Detailed) 544
19.3 HMAC Algorithm Details 546
19.3.1 Padding Bits 546
19.3.2 HMAC Algorithm Structure 547
19.4 Register Summary 549
19.5 Registers 551
20 RSA Accelerator (RSA) 558
20.1 Introduction 558
20.2 Features 558
20.3 Functional Description 558
20.3.1 Large-number Modular Exponentiation 558
20.3.2 Large-number Modular Multiplication 560
20.3.3 Large-number Multiplication 560
20.3.4 Options for Additional Acceleration 561
20.4 Memory Summary 563
20.5 Register Summary 563
20.6 Registers 564
21 SHA Accelerator (SHA) 568
21.1 Introduction 568
21.2 Features 568
21.3 Working Modes 568
21.4 Function Description 569
21.4.1 Preprocessing 569
21.4.1.1 Padding the Message 569
21.4.1.2 Parsing the Message 569
21.4.1.3 Setting the Initial Hash Value 570
21.4.2 Hash Operation 570
21.4.2.1 Typical SHA Mode Process 570
21.4.2.2 DMA-SHA Mode Process 571
21.4.3 Message Digest 572
21.4.4 Interrupt 573
21.5 Register Summary 574
21.6 Registers 575
22 Digital Signature (DS) 579
Espressif Systems 14
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
22.1 Overview 579
22.2 Features 579
22.3 Functional Description 579
22.3.1 Overview 579
22.3.2 Private Key Operands 580
22.3.3 Software Prerequisites 580
22.3.4 DS Operation at the Hardware Level 581
22.3.5 DS Operation at the Software Level 582
22.4 Memory Summary 584
22.5 Register Summary 585
22.6 Registers 586
23 External Memory Encryption and Decryption (XTS_AES)589
23.1 Overview 589
23.2 Features 589
23.3 Module Structure 589
23.4 Functional Description 590
23.4.1 XTS Algorithm 590
23.4.2 Key 590
23.4.3 Target Memory Space 591
23.4.4 Data Writing 591
23.4.5 Manual Encryption Block 592
23.4.6 Auto Decryption Block 592
23.5 Software Process 593
23.6 Anti-DPA 593
23.7 Register Summary 595
23.8 Registers 596
24 Random Number Generator (RNG) 599
24.1 Introduction 599
24.2 Features 599
24.3 Functional Description 599
24.4 Programming Procedure 600
24.5 Register Summary 600
24.6 Register 600
25 UART Controller (UART, LP_UART, UHCI) 601
25.1 Overview 601
25.2 Features 601
25.3 UART Structure 602
25.4 Functional Description 603
25.4.1 Clock and Reset 603
25.4.2 UART FIFO 603
25.4.3 Baud Rate Generation and Detection 605
25.4.3.1 Baud Rate Generation 605
25.4.3.2 Baud Rate Detection 606
Espressif Systems 15
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
25.4.4 UART Data Frame 607
25.4.5 AT_CMD Character Structure 607
25.4.6 RS485 608
25.4.6.1 Driver Control 608
25.4.6.2 Turnaround Delay 608
25.4.6.3 Bus Snooping 609
25.4.7 IrDA 609
25.4.8 Wake-up 610
25.4.9 Flow Control 610
25.4.9.1 Hardware Flow Control 611
25.4.9.2 Software Flow Control 612
25.4.10 GDMA Mode 613
25.4.11 UART Interrupts 613
25.4.12 UHCI Interrupts 614
25.5 Programming Procedures 615
25.5.1 Register Type 615
25.5.2 Detailed Steps 615
25.5.2.1 Initializing UARTn616
25.5.2.2 Configuring UARTnCommunication 616
25.5.2.3 Enabling UARTn617
25.6 Register Summary 618
25.6.1 UART Register Summary 618
25.6.2 LP UART Register Summary 619
25.6.3 UHCI Register Summary 620
25.7 Registers 622
25.7.1 UART Registers 622
25.7.2 LP UART Registers 644
25.7.3 UHCI Registers 664
26 SPI Controller (SPI) 687
26.1 Overview 687
26.2 Glossary 687
26.3 Features 688
26.4 Architectural Overview 689
26.5 Functional Description 689
26.5.1 Data Modes 689
26.5.2 Introduction to FSPI Bus Signals 690
26.5.3 Bit Read/Write Order Control 692
26.5.4 Transfer Types 694
26.5.5 CPU-Controlled Data Transfer 694
26.5.5.1 CPU-Controlled Master Transfer 694
26.5.5.2 CPU-Controlled Slave Transfer 696
26.5.6 DMA-Controlled Data Transfer 697
26.5.6.1 GDMA Configuration 697
26.5.6.2 GDMA TX/RX Buffer Length Control 698
26.5.7 Data Flow Control 699
Espressif Systems 16
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
26.5.7.1 GP-SPI2 Functional Blocks 699
26.5.7.2 Data Flow Control as Master 700
26.5.7.3 Data Flow Control as Slave 700
26.5.8 GP-SPI2 as a Master 701
26.5.8.1 State Machine 702
26.5.8.2 Register Configuration for State and Bit Mode Control 704
26.5.8.3 Full-Duplex Communication (1-bit Mode Only) 707
26.5.8.4 Half-Duplex Communication (1/2/4-bit Mode) 708
26.5.8.5 DMA-Controlled Configurable Segmented Transfer 710
26.5.9 GP-SPI2 Works as a Slave 713
26.5.9.1 Communication Formats 713
26.5.9.2 Supported CMD Values in Half-Duplex Communication 714
26.5.9.3 Slave Single Transfer and Slave Segmented Transfer 717
26.5.9.4 Configuration of Slave Single Transfer 717
26.5.9.5 Configuration of Slave Segmented Transfer in Half-Duplex 718
26.5.9.6 Configuration of Slave Segmented Transfer in Full-Duplex 719
26.6 CS Setup Time and Hold Time Control 719
26.7 GP-SPI2 Clock Control 720
26.7.1 Clock Phase and Polarity 721
26.7.2 Clock Control as Master 722
26.7.3 Clock Control as Slave 723
26.8 GP-SPI2 Timing Compensation 723
26.9 Interrupts 725
26.10 Register Summary 728
26.11 Registers 729
27 I2C Controller (I2C) 759
27.1 Overview 759
27.2 Features 759
27.3 I2C Architecture 760
27.4 Functional Description 762
27.4.1 Clock Configuration 762
27.4.2 SCL and SDA Noise Filtering 763
27.4.3 SCL Clock Stretching 763
27.4.4 Generating SCL Pulses in Idle State 763
27.4.5 Synchronization 763
27.4.6 Open-Drain Output 764
27.4.7 Timing Parameter Configuration 765
27.4.8 Timeout Control 767
27.4.9 Command Configuration 767
27.4.10 TX/RX RAM Data Storage 768
27.4.11 Data Conversion 769
27.4.12 Addressing Mode 769
27.4.13 R/WBit Check in 10-bit Addressing Mode 770
27.4.14 To Start the I2C Controller 770
27.5 Functional differences between LP_I2C and I2C 770
Espressif Systems 17
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
27.6 Programming Example 771
27.6.1 I2Cmaster Writes to I2Cslave with a 7-bit Address in One Command Sequence 771
27.6.1.1 Introduction 771
27.6.1.2 Configuration Example 771
27.6.2 I2Cmaster Writes to I2Cslave with a 10-bit Address in One Command Sequence 772
27.6.2.1 Introduction 773
27.6.2.2 Configuration Example 773
27.6.3 I2Cmaster Writes to I2Cslave with Two 7-bit Addresses in One Command Sequence 774
27.6.3.1 Introduction 774
27.6.3.2 Configuration Example 775
27.6.4 I2Cmaster Writes to I2Cslave with a 7-bit Address in Multiple Command Sequences 776
27.6.4.1 Introduction 776
27.6.4.2 Configuration Example 777
27.6.5 I2Cmaster Reads I2Cslave with a 7-bit Address in One Command Sequence 778
27.6.5.1 Introduction 778
27.6.5.2 Configuration Example 779
27.6.6 I2Cmaster Reads I2Cslave with a 10-bit Address in One Command Sequence 780
27.6.6.1 Introduction 780
27.6.6.2 Configuration Example 781
27.6.7 I2Cmaster Reads I2Cslave with Two 7-bit Addresses in One Command Sequence 782
27.6.7.1 Introduction 782
27.6.7.2 Configuration Example 783
27.6.8 I2Cmaster Reads I2Cslave with a 7-bit Address in Multiple Command Sequences 784
27.6.8.1 Introduction 785
27.6.8.2 Configuration Example 786
27.7 Interrupts 787
27.8 Register Summary 789
27.9 I2C Register Summary 789
27.10 LP_I2C Register Summary 790
27.11 I2C Registers 792
27.11.1 LP_I2C ��� 815
28 I2S Controller (I2S) 838
28.1 Overview 838
28.2 Terminology 838
28.3 Features 839
28.4 System Architecture 840
28.5 Supported Audio Standards 841
28.5.1 TDM Philips Standard 842
28.5.2 TDM MSB Alignment Standard 842
28.5.3 TDM PCM Standard 843
28.5.4 PDM Standard 843
28.6 I2S TX/RX Clock 844
28.7 I2S Reset 846
28.8 I2S Master/Slave Mode 846
28.8.1 Master/Slave TX Mode 846
Espressif Systems 18
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
28.8.2 Master/Slave RX Mode 847
28.9 Transmitting Data 847
28.9.1 Data Format Control 847
28.9.1.1 Bit Width Control of Channel Valid Data 847
28.9.1.2 Endian Control of Channel Valid Data 848
28.9.1.3 A-law/µ-law Compression and Decompression 848
28.9.1.4 Bit Width Control of Channel TX Data 849
28.9.1.5 Bit Order Control of Channel Data 849
28.9.2 Channel Mode Control 850
28.9.2.1 I2S Channel Control in TDM TX Mode 850
28.9.2.2 I2S Channel Control in PDM TX Mode 851
28.10 Receiving Data 854
28.10.1 Channel Mode Control 854
28.10.1.1 I2S Channel Control in TDM RX Mode 854
28.10.1.2 I2S Channel Control in PDM RX Mode 855
28.10.2 Data Format Control 855
28.10.2.1 Bit Order Control of Channel Data 855
28.10.2.2 Bit Width Control of Channel Storage (Valid) Data 855
28.10.2.3 Bit Width Control of Channel RX Data 856
28.10.2.4 Endian Control of Channel Storage Data 856
28.10.2.5 A-law/µ-law Compression and Decompression 856
28.11 Software Configuration Process 857
28.11.1 Configure I2S as TX Mode 857
28.11.2 Configure I2S as RX Mode 857
28.12 I2S Interrupts 858
28.13 I2S ETM 858
28.14 Register Summary 859
28.15 Registers 860
29 Pulse Count Controller (PCNT) 877
29.1 Features 877
29.2 Functional Description 878
29.3 Applications 880
29.3.1 Channel 0 Incrementing Independently 880
29.3.2 Channel 0 Decrementing Independently 881
29.3.3 Channel 0 and Channel 1 Incrementing Together 881
29.4 Register Summary 883
29.5 Registers 884
30 USB Serial/JTAG Controller (USB_SERIAL_JTAG) 892
30.1 Overview 892
30.2 Features 892
30.3 Functional Description 894
30.3.1 CDC-ACM USB Interface Functional Description 894
30.3.2 CDC-ACM Firmware Interface Functional Description 895
30.3.3 USB-to-JTAG Interface: JTAG Command Processor 896
Espressif Systems 19
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
PRELIMINARY
Contents GoBack
30.3.4 USB-to-JTAG Interface: CMD_REP Usage Example 897
30.3.5 USB-to-JTAG Interface: Response Capture Unit 898
30.3.6 USB-to-JTAG Interface: Control Transfer Requests 898
30.4 Recommended Operation 899
30.5 Interrupts 900
30.6 Register Summary 902
30.7 Registers 904
31 Twowire Automotive Interface (TWAI) 928
31.1 Features 928
31.2 Protocol Overview 928
31.2.1 TWAI Properties 928
31.2.2 TWAI Messages 929
31.2.2.1 Data Frames and Remote Frames 930
31.2.2.2 Error and Overload Frames 932
31.2.2.3 Interframe Space 934
31.2.3 TWAI Errors 934
31.2.3.1 Error Types 934
31.2.3.2 Error States 935
31.2.3.3 Error Counters 935
31.2.4 TWAI Bit Timing 936
31.2.4.1 Nominal Bit 936
31.2.4.2 Hard Synchronization and Resynchronization 937
31.3 Architectural Overview 938
31.3.1 Registers Block 938
31.3.2 Bit Stream Processor 939
31.3.3 Error Management Logic 939
31.3.4 Bit Timing Logic 939
31.3.5 Acceptance Filter 939
31.3.6 Receive FIFO 940
31.4 Functional Description 940
31.4.1 Modes 940
31.4.1.1 Reset Mode 940
31.4.1.2 Operation Mode 940
31.4.2 Bit Timing 941
31.4.3 Interrupt Management 941
31.4.3.1 Receive Interrupt (RXI) 942
31.4.3.2 Transmit Interrupt (TXI) 942
31.4.3.3 Error Warning Interrupt (EWI) 942
31.4.3.4 Data Overrun Interrupt (DOI) 943
31.4.3.5 Error Passive Interrupt (TXI) 943
31.4.3.6 Arbitration Lost Interrupt (ALI) 943
31.4.3.7 Bus Error Interrupt (BEI) 943
31.4.3.8 Bus Idle Status Interrupt (BISI) 943
31.4.4 Transmit and Receive Buffers 943
31.4.4.1 Overview of Buffers 943
Espressif Systems 20
Submit Documentation Feedback
ESP32-C6 TRM (Pre-release v0.2)
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303
  • Page 304 304
  • Page 305 305
  • Page 306 306
  • Page 307 307
  • Page 308 308
  • Page 309 309
  • Page 310 310
  • Page 311 311
  • Page 312 312
  • Page 313 313
  • Page 314 314
  • Page 315 315
  • Page 316 316
  • Page 317 317
  • Page 318 318
  • Page 319 319
  • Page 320 320
  • Page 321 321
  • Page 322 322
  • Page 323 323
  • Page 324 324
  • Page 325 325
  • Page 326 326
  • Page 327 327
  • Page 328 328
  • Page 329 329
  • Page 330 330
  • Page 331 331
  • Page 332 332
  • Page 333 333
  • Page 334 334
  • Page 335 335
  • Page 336 336
  • Page 337 337
  • Page 338 338
  • Page 339 339
  • Page 340 340
  • Page 341 341
  • Page 342 342
  • Page 343 343
  • Page 344 344
  • Page 345 345
  • Page 346 346
  • Page 347 347
  • Page 348 348
  • Page 349 349
  • Page 350 350
  • Page 351 351
  • Page 352 352
  • Page 353 353
  • Page 354 354
  • Page 355 355
  • Page 356 356
  • Page 357 357
  • Page 358 358
  • Page 359 359
  • Page 360 360
  • Page 361 361
  • Page 362 362
  • Page 363 363
  • Page 364 364
  • Page 365 365
  • Page 366 366
  • Page 367 367
  • Page 368 368
  • Page 369 369
  • Page 370 370
  • Page 371 371
  • Page 372 372
  • Page 373 373
  • Page 374 374
  • Page 375 375
  • Page 376 376
  • Page 377 377
  • Page 378 378
  • Page 379 379
  • Page 380 380
  • Page 381 381
  • Page 382 382
  • Page 383 383
  • Page 384 384
  • Page 385 385
  • Page 386 386
  • Page 387 387
  • Page 388 388
  • Page 389 389
  • Page 390 390
  • Page 391 391
  • Page 392 392
  • Page 393 393
  • Page 394 394
  • Page 395 395
  • Page 396 396
  • Page 397 397
  • Page 398 398
  • Page 399 399
  • Page 400 400
  • Page 401 401
  • Page 402 402
  • Page 403 403
  • Page 404 404
  • Page 405 405
  • Page 406 406
  • Page 407 407
  • Page 408 408
  • Page 409 409
  • Page 410 410
  • Page 411 411
  • Page 412 412
  • Page 413 413
  • Page 414 414
  • Page 415 415
  • Page 416 416
  • Page 417 417
  • Page 418 418
  • Page 419 419
  • Page 420 420
  • Page 421 421
  • Page 422 422
  • Page 423 423
  • Page 424 424
  • Page 425 425
  • Page 426 426
  • Page 427 427
  • Page 428 428
  • Page 429 429
  • Page 430 430
  • Page 431 431
  • Page 432 432
  • Page 433 433
  • Page 434 434
  • Page 435 435
  • Page 436 436
  • Page 437 437
  • Page 438 438
  • Page 439 439
  • Page 440 440
  • Page 441 441
  • Page 442 442
  • Page 443 443
  • Page 444 444
  • Page 445 445
  • Page 446 446
  • Page 447 447
  • Page 448 448
  • Page 449 449
  • Page 450 450
  • Page 451 451
  • Page 452 452
  • Page 453 453
  • Page 454 454
  • Page 455 455
  • Page 456 456
  • Page 457 457
  • Page 458 458
  • Page 459 459
  • Page 460 460
  • Page 461 461
  • Page 462 462
  • Page 463 463
  • Page 464 464
  • Page 465 465
  • Page 466 466
  • Page 467 467
  • Page 468 468
  • Page 469 469
  • Page 470 470
  • Page 471 471
  • Page 472 472
  • Page 473 473
  • Page 474 474
  • Page 475 475
  • Page 476 476
  • Page 477 477
  • Page 478 478
  • Page 479 479
  • Page 480 480
  • Page 481 481
  • Page 482 482
  • Page 483 483
  • Page 484 484
  • Page 485 485
  • Page 486 486
  • Page 487 487
  • Page 488 488
  • Page 489 489
  • Page 490 490
  • Page 491 491
  • Page 492 492
  • Page 493 493
  • Page 494 494
  • Page 495 495
  • Page 496 496
  • Page 497 497
  • Page 498 498
  • Page 499 499
  • Page 500 500
  • Page 501 501
  • Page 502 502
  • Page 503 503
  • Page 504 504
  • Page 505 505
  • Page 506 506
  • Page 507 507
  • Page 508 508
  • Page 509 509
  • Page 510 510
  • Page 511 511
  • Page 512 512
  • Page 513 513
  • Page 514 514
  • Page 515 515
  • Page 516 516
  • Page 517 517
  • Page 518 518
  • Page 519 519
  • Page 520 520
  • Page 521 521
  • Page 522 522
  • Page 523 523
  • Page 524 524
  • Page 525 525
  • Page 526 526
  • Page 527 527
  • Page 528 528
  • Page 529 529
  • Page 530 530
  • Page 531 531
  • Page 532 532
  • Page 533 533
  • Page 534 534
  • Page 535 535
  • Page 536 536
  • Page 537 537
  • Page 538 538
  • Page 539 539
  • Page 540 540
  • Page 541 541
  • Page 542 542
  • Page 543 543
  • Page 544 544
  • Page 545 545
  • Page 546 546
  • Page 547 547
  • Page 548 548
  • Page 549 549
  • Page 550 550
  • Page 551 551
  • Page 552 552
  • Page 553 553
  • Page 554 554
  • Page 555 555
  • Page 556 556
  • Page 557 557
  • Page 558 558
  • Page 559 559
  • Page 560 560
  • Page 561 561
  • Page 562 562
  • Page 563 563
  • Page 564 564
  • Page 565 565
  • Page 566 566
  • Page 567 567
  • Page 568 568
  • Page 569 569
  • Page 570 570
  • Page 571 571
  • Page 572 572
  • Page 573 573
  • Page 574 574
  • Page 575 575
  • Page 576 576
  • Page 577 577
  • Page 578 578
  • Page 579 579
  • Page 580 580
  • Page 581 581
  • Page 582 582
  • Page 583 583
  • Page 584 584
  • Page 585 585
  • Page 586 586
  • Page 587 587
  • Page 588 588
  • Page 589 589
  • Page 590 590
  • Page 591 591
  • Page 592 592
  • Page 593 593
  • Page 594 594
  • Page 595 595
  • Page 596 596
  • Page 597 597
  • Page 598 598
  • Page 599 599
  • Page 600 600
  • Page 601 601
  • Page 602 602
  • Page 603 603
  • Page 604 604
  • Page 605 605
  • Page 606 606
  • Page 607 607
  • Page 608 608
  • Page 609 609
  • Page 610 610
  • Page 611 611
  • Page 612 612
  • Page 613 613
  • Page 614 614
  • Page 615 615
  • Page 616 616
  • Page 617 617
  • Page 618 618
  • Page 619 619
  • Page 620 620
  • Page 621 621
  • Page 622 622
  • Page 623 623
  • Page 624 624
  • Page 625 625
  • Page 626 626
  • Page 627 627
  • Page 628 628
  • Page 629 629
  • Page 630 630
  • Page 631 631
  • Page 632 632
  • Page 633 633
  • Page 634 634
  • Page 635 635
  • Page 636 636
  • Page 637 637
  • Page 638 638
  • Page 639 639
  • Page 640 640
  • Page 641 641
  • Page 642 642
  • Page 643 643
  • Page 644 644
  • Page 645 645
  • Page 646 646
  • Page 647 647
  • Page 648 648
  • Page 649 649
  • Page 650 650
  • Page 651 651
  • Page 652 652
  • Page 653 653
  • Page 654 654
  • Page 655 655
  • Page 656 656
  • Page 657 657
  • Page 658 658
  • Page 659 659
  • Page 660 660
  • Page 661 661
  • Page 662 662
  • Page 663 663
  • Page 664 664
  • Page 665 665
  • Page 666 666
  • Page 667 667
  • Page 668 668
  • Page 669 669
  • Page 670 670
  • Page 671 671
  • Page 672 672
  • Page 673 673
  • Page 674 674
  • Page 675 675
  • Page 676 676
  • Page 677 677
  • Page 678 678
  • Page 679 679
  • Page 680 680
  • Page 681 681
  • Page 682 682
  • Page 683 683
  • Page 684 684
  • Page 685 685
  • Page 686 686
  • Page 687 687
  • Page 688 688
  • Page 689 689
  • Page 690 690
  • Page 691 691
  • Page 692 692
  • Page 693 693
  • Page 694 694
  • Page 695 695
  • Page 696 696
  • Page 697 697
  • Page 698 698
  • Page 699 699
  • Page 700 700
  • Page 701 701
  • Page 702 702
  • Page 703 703
  • Page 704 704
  • Page 705 705
  • Page 706 706
  • Page 707 707
  • Page 708 708
  • Page 709 709
  • Page 710 710
  • Page 711 711
  • Page 712 712
  • Page 713 713
  • Page 714 714
  • Page 715 715
  • Page 716 716
  • Page 717 717
  • Page 718 718
  • Page 719 719
  • Page 720 720
  • Page 721 721
  • Page 722 722
  • Page 723 723
  • Page 724 724
  • Page 725 725
  • Page 726 726
  • Page 727 727
  • Page 728 728
  • Page 729 729
  • Page 730 730
  • Page 731 731
  • Page 732 732
  • Page 733 733
  • Page 734 734
  • Page 735 735
  • Page 736 736
  • Page 737 737
  • Page 738 738
  • Page 739 739
  • Page 740 740
  • Page 741 741
  • Page 742 742
  • Page 743 743
  • Page 744 744
  • Page 745 745
  • Page 746 746
  • Page 747 747
  • Page 748 748
  • Page 749 749
  • Page 750 750
  • Page 751 751
  • Page 752 752
  • Page 753 753
  • Page 754 754
  • Page 755 755
  • Page 756 756
  • Page 757 757
  • Page 758 758
  • Page 759 759
  • Page 760 760
  • Page 761 761
  • Page 762 762
  • Page 763 763
  • Page 764 764
  • Page 765 765
  • Page 766 766
  • Page 767 767
  • Page 768 768
  • Page 769 769
  • Page 770 770
  • Page 771 771
  • Page 772 772
  • Page 773 773
  • Page 774 774
  • Page 775 775
  • Page 776 776
  • Page 777 777
  • Page 778 778
  • Page 779 779
  • Page 780 780
  • Page 781 781
  • Page 782 782
  • Page 783 783
  • Page 784 784
  • Page 785 785
  • Page 786 786
  • Page 787 787
  • Page 788 788
  • Page 789 789
  • Page 790 790
  • Page 791 791
  • Page 792 792
  • Page 793 793
  • Page 794 794
  • Page 795 795
  • Page 796 796
  • Page 797 797
  • Page 798 798
  • Page 799 799
  • Page 800 800
  • Page 801 801
  • Page 802 802
  • Page 803 803
  • Page 804 804
  • Page 805 805
  • Page 806 806
  • Page 807 807
  • Page 808 808
  • Page 809 809
  • Page 810 810
  • Page 811 811
  • Page 812 812
  • Page 813 813
  • Page 814 814
  • Page 815 815
  • Page 816 816
  • Page 817 817
  • Page 818 818
  • Page 819 819
  • Page 820 820
  • Page 821 821
  • Page 822 822
  • Page 823 823
  • Page 824 824
  • Page 825 825
  • Page 826 826
  • Page 827 827
  • Page 828 828
  • Page 829 829
  • Page 830 830
  • Page 831 831
  • Page 832 832
  • Page 833 833
  • Page 834 834
  • Page 835 835
  • Page 836 836
  • Page 837 837
  • Page 838 838
  • Page 839 839
  • Page 840 840
  • Page 841 841
  • Page 842 842
  • Page 843 843
  • Page 844 844
  • Page 845 845
  • Page 846 846
  • Page 847 847
  • Page 848 848
  • Page 849 849
  • Page 850 850
  • Page 851 851
  • Page 852 852
  • Page 853 853
  • Page 854 854
  • Page 855 855
  • Page 856 856
  • Page 857 857
  • Page 858 858
  • Page 859 859
  • Page 860 860
  • Page 861 861
  • Page 862 862
  • Page 863 863
  • Page 864 864
  • Page 865 865
  • Page 866 866
  • Page 867 867
  • Page 868 868
  • Page 869 869
  • Page 870 870
  • Page 871 871
  • Page 872 872
  • Page 873 873
  • Page 874 874
  • Page 875 875
  • Page 876 876
  • Page 877 877
  • Page 878 878
  • Page 879 879
  • Page 880 880
  • Page 881 881
  • Page 882 882
  • Page 883 883
  • Page 884 884
  • Page 885 885
  • Page 886 886
  • Page 887 887
  • Page 888 888
  • Page 889 889
  • Page 890 890
  • Page 891 891
  • Page 892 892
  • Page 893 893
  • Page 894 894
  • Page 895 895
  • Page 896 896
  • Page 897 897
  • Page 898 898
  • Page 899 899
  • Page 900 900
  • Page 901 901
  • Page 902 902
  • Page 903 903
  • Page 904 904
  • Page 905 905
  • Page 906 906
  • Page 907 907
  • Page 908 908
  • Page 909 909
  • Page 910 910
  • Page 911 911
  • Page 912 912
  • Page 913 913
  • Page 914 914
  • Page 915 915
  • Page 916 916
  • Page 917 917
  • Page 918 918
  • Page 919 919
  • Page 920 920
  • Page 921 921
  • Page 922 922
  • Page 923 923
  • Page 924 924
  • Page 925 925
  • Page 926 926
  • Page 927 927
  • Page 928 928
  • Page 929 929
  • Page 930 930
  • Page 931 931
  • Page 932 932
  • Page 933 933
  • Page 934 934
  • Page 935 935
  • Page 936 936
  • Page 937 937
  • Page 938 938
  • Page 939 939
  • Page 940 940
  • Page 941 941
  • Page 942 942
  • Page 943 943
  • Page 944 944
  • Page 945 945
  • Page 946 946
  • Page 947 947
  • Page 948 948
  • Page 949 949
  • Page 950 950
  • Page 951 951
  • Page 952 952
  • Page 953 953
  • Page 954 954
  • Page 955 955
  • Page 956 956
  • Page 957 957
  • Page 958 958
  • Page 959 959
  • Page 960 960
  • Page 961 961
  • Page 962 962
  • Page 963 963
  • Page 964 964
  • Page 965 965
  • Page 966 966
  • Page 967 967
  • Page 968 968
  • Page 969 969
  • Page 970 970
  • Page 971 971
  • Page 972 972
  • Page 973 973
  • Page 974 974
  • Page 975 975
  • Page 976 976
  • Page 977 977
  • Page 978 978
  • Page 979 979
  • Page 980 980
  • Page 981 981
  • Page 982 982
  • Page 983 983
  • Page 984 984
  • Page 985 985
  • Page 986 986
  • Page 987 987
  • Page 988 988
  • Page 989 989
  • Page 990 990
  • Page 991 991
  • Page 992 992
  • Page 993 993
  • Page 994 994
  • Page 995 995
  • Page 996 996
  • Page 997 997
  • Page 998 998
  • Page 999 999
  • Page 1000 1000
  • Page 1001 1001
  • Page 1002 1002
  • Page 1003 1003
  • Page 1004 1004
  • Page 1005 1005
  • Page 1006 1006
  • Page 1007 1007
  • Page 1008 1008
  • Page 1009 1009
  • Page 1010 1010
  • Page 1011 1011
  • Page 1012 1012
  • Page 1013 1013
  • Page 1014 1014
  • Page 1015 1015
  • Page 1016 1016
  • Page 1017 1017
  • Page 1018 1018
  • Page 1019 1019
  • Page 1020 1020
  • Page 1021 1021
  • Page 1022 1022
  • Page 1023 1023
  • Page 1024 1024
  • Page 1025 1025
  • Page 1026 1026
  • Page 1027 1027
  • Page 1028 1028
  • Page 1029 1029
  • Page 1030 1030
  • Page 1031 1031
  • Page 1032 1032
  • Page 1033 1033
  • Page 1034 1034
  • Page 1035 1035
  • Page 1036 1036
  • Page 1037 1037
  • Page 1038 1038
  • Page 1039 1039
  • Page 1040 1040
  • Page 1041 1041
  • Page 1042 1042
  • Page 1043 1043
  • Page 1044 1044
  • Page 1045 1045
  • Page 1046 1046
  • Page 1047 1047
  • Page 1048 1048
  • Page 1049 1049
  • Page 1050 1050
  • Page 1051 1051
  • Page 1052 1052
  • Page 1053 1053
  • Page 1054 1054
  • Page 1055 1055
  • Page 1056 1056
  • Page 1057 1057
  • Page 1058 1058
  • Page 1059 1059
  • Page 1060 1060
  • Page 1061 1061
  • Page 1062 1062
  • Page 1063 1063
  • Page 1064 1064
  • Page 1065 1065
  • Page 1066 1066
  • Page 1067 1067
  • Page 1068 1068
  • Page 1069 1069
  • Page 1070 1070
  • Page 1071 1071
  • Page 1072 1072
  • Page 1073 1073
  • Page 1074 1074
  • Page 1075 1075
  • Page 1076 1076
  • Page 1077 1077
  • Page 1078 1078
  • Page 1079 1079
  • Page 1080 1080
  • Page 1081 1081
  • Page 1082 1082
  • Page 1083 1083
  • Page 1084 1084
  • Page 1085 1085
  • Page 1086 1086
  • Page 1087 1087
  • Page 1088 1088
  • Page 1089 1089
  • Page 1090 1090
  • Page 1091 1091
  • Page 1092 1092
  • Page 1093 1093
  • Page 1094 1094
  • Page 1095 1095
  • Page 1096 1096
  • Page 1097 1097
  • Page 1098 1098
  • Page 1099 1099
  • Page 1100 1100
  • Page 1101 1101
  • Page 1102 1102
  • Page 1103 1103
  • Page 1104 1104
  • Page 1105 1105
  • Page 1106 1106
  • Page 1107 1107
  • Page 1108 1108
  • Page 1109 1109
  • Page 1110 1110
  • Page 1111 1111
  • Page 1112 1112
  • Page 1113 1113
  • Page 1114 1114
  • Page 1115 1115
  • Page 1116 1116
  • Page 1117 1117
  • Page 1118 1118
  • Page 1119 1119
  • Page 1120 1120
  • Page 1121 1121
  • Page 1122 1122
  • Page 1123 1123
  • Page 1124 1124
  • Page 1125 1125
  • Page 1126 1126
  • Page 1127 1127
  • Page 1128 1128
  • Page 1129 1129
  • Page 1130 1130
  • Page 1131 1131
  • Page 1132 1132
  • Page 1133 1133
  • Page 1134 1134
  • Page 1135 1135
  • Page 1136 1136
  • Page 1137 1137
  • Page 1138 1138
  • Page 1139 1139
  • Page 1140 1140
  • Page 1141 1141
  • Page 1142 1142
  • Page 1143 1143
  • Page 1144 1144
  • Page 1145 1145
  • Page 1146 1146
  • Page 1147 1147
  • Page 1148 1148
  • Page 1149 1149
  • Page 1150 1150
  • Page 1151 1151
  • Page 1152 1152
  • Page 1153 1153
  • Page 1154 1154
  • Page 1155 1155
  • Page 1156 1156
  • Page 1157 1157
  • Page 1158 1158
  • Page 1159 1159
  • Page 1160 1160
  • Page 1161 1161
  • Page 1162 1162
  • Page 1163 1163
  • Page 1164 1164
  • Page 1165 1165
  • Page 1166 1166
  • Page 1167 1167
  • Page 1168 1168
  • Page 1169 1169
  • Page 1170 1170
  • Page 1171 1171
  • Page 1172 1172
  • Page 1173 1173
  • Page 1174 1174
  • Page 1175 1175
  • Page 1176 1176
  • Page 1177 1177
  • Page 1178 1178
  • Page 1179 1179
  • Page 1180 1180
  • Page 1181 1181
  • Page 1182 1182
  • Page 1183 1183
  • Page 1184 1184
  • Page 1185 1185
  • Page 1186 1186
  • Page 1187 1187
  • Page 1188 1188
  • Page 1189 1189
  • Page 1190 1190
  • Page 1191 1191
  • Page 1192 1192
  • Page 1193 1193
  • Page 1194 1194
  • Page 1195 1195
  • Page 1196 1196
  • Page 1197 1197
  • Page 1198 1198
  • Page 1199 1199
  • Page 1200 1200
  • Page 1201 1201
  • Page 1202 1202
  • Page 1203 1203
  • Page 1204 1204
  • Page 1205 1205
  • Page 1206 1206
  • Page 1207 1207
  • Page 1208 1208
  • Page 1209 1209
  • Page 1210 1210
  • Page 1211 1211
  • Page 1212 1212
  • Page 1213 1213
  • Page 1214 1214
  • Page 1215 1215
  • Page 1216 1216
  • Page 1217 1217
  • Page 1218 1218
  • Page 1219 1219
  • Page 1220 1220
  • Page 1221 1221
  • Page 1222 1222
  • Page 1223 1223
  • Page 1224 1224
  • Page 1225 1225
  • Page 1226 1226
  • Page 1227 1227
  • Page 1228 1228
  • Page 1229 1229
  • Page 1230 1230
  • Page 1231 1231
  • Page 1232 1232
  • Page 1233 1233
  • Page 1234 1234
  • Page 1235 1235
  • Page 1236 1236
  • Page 1237 1237
  • Page 1238 1238
  • Page 1239 1239
  • Page 1240 1240
  • Page 1241 1241
  • Page 1242 1242
  • Page 1243 1243
  • Page 1244 1244
  • Page 1245 1245
  • Page 1246 1246
  • Page 1247 1247

Qwiic Qwiic Pocket Development Board - ESP32-C6 Technical Reference

Type
Technical Reference
This manual is also suitable for

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI