Binho Customer Support
  • Customer Support Portal
  • User Guide
    • Binho Nova
    • Binho Supernova
    • Hardware Comparison Table
    • Safety Notice
    • Compliance & Legal
    • System Requirements
    • Updating Firmware
    • Protocols and Interfaces
      • I3C Common Command Codes
      • Bridge 1.1 API
        • Bridge 1.1 API - Basic I3C Commands
        • Bridge 1.1 API - I3C Common Command Codes
        • Bridge 1.1 API - I2C Commands
        • Bridge 1.1 API - SPI Commands
        • Bridge 1.1 API - UART Commands
        • Bridge 1.1 API - GPIO Commands
  • Getting Started
    • Hardware Setup
      • Binho Nova
      • Binho Supernova
    • Binho Mission Control
      • Overview
      • Download & Installation
      • Interactive Tour
        • App Layout
        • Protocol Activation
        • Command Panel
        • Transaction Log View
      • Updating Binho Mission Control Software
      • Simulators
      • Communication Protocols
        • SPI
        • UART
        • I2C
        • I3C
        • 1-WIRE
        • GPIO
      • Settings
    • Python SDKs
      • SupernovaController
      • Nova SDK
    • C++ SDK
      • Installation
      • Environment Setup
      • Building the C++ SDK Library
      • Building a Project Using the SDK
      • Example Applications
      • Using the Library
    • Software Releases
  • Examples
    • SupernovaController
    • Other Examples
  • Troubleshooting
    • Solving USB Connection Issues on Linux
  • FAQ
    • What is a host adapter?
    • What protocols are supported?
    • Can multiple devices be used at the same time?
    • Where can I find the product datasheet?
    • Is there a GUI available?
    • Is the ADC calibrated?
    • Is the DAC calibrated?
  • Returns & Warranty
    • 90-Day Return Policy
    • 2-Year Warranty
  • Dropping Legacy Terminology
  • Contact Us
  • Orders & Shipping
    • Place an Order
    • Requesting a Quotation
    • Placing a Purchase Order
    • Shipping Policy
    • International Shipping
    • Tax Exemption
    • Discounts
    • Distributors
Powered by GitBook
On this page
  • Available Devices
  • Clock Settings
  • Bus Voltage
  • Private Transactions
  • Common Command Code (CCC) Operations
  1. Getting Started
  2. Binho Mission Control
  3. Communication Protocols

I3C

PreviousI2CNext1-WIRE

Last updated 4 months ago

I3C, or Improved Inter-Integrated Circuit, is the successor of the I2C communication protocol, adopting backward compatibility. Additionally, the I3C protocol incorporates several features that allow for more communication flexibility, extends the spectrum of possible applications, increases performance and robustness. Some of these features include Dynamic Address Assignment, Higher Data Rates, CCC commands, Multi-Controller support, Hot Join/Removal events support, In-Band Interruptions (IBIs), etc. The Binho Supernova host adapter proudly supports the I3C protocol.

The I3C command panel is organized in five segments: Available Devices, Clock Settings, Bus Voltage, Private Transactions, and Common Command Code transfers.

Available Devices

When the INIT BUS button is pressed, Binho Supernova initializes the bus, sets the bus voltage and assigns dynamic addresses to the target devices. In this process, the targets send their BCR, DCR and PID to the Controller, so it can identify them and assign them the dynamic addresses. After this is concluded, all target devices are listed up in the Available Devices table:

The Available Devices panel also offers other functionalities that allows, for example, resetting the bus, resetting targets (via the Target Reset Pattern specified in the I3C protocol), obtaining the I3C connector status and also refreshing the targets table (managed by our SDK).

Clock Settings

In the Clock Settings segment the user can configure two different clock frequencies:

Parameter
Admited values
Comment

Push-Pull

3.75 to 12.5 MHz

6 possible values

Open Drain

0.1 to 4.17 MHz

7 possible values

Notes:

  • Push-Pull Clock: Standard for regular transactions like Reads and Writes.

  • Open Drain Clock: Employed during the Dynamic Address Assignment phase to circumvent potential short-circuits, particularly when multiple targets access the bus concurrently.

Bus Voltage

The Bus Voltage section enables users to configure the operational voltage of the bus within a range of 0.8 to 3.3 V. Once the desired voltage is specified, pressing the SET button applies the new setting. Additionally, users can measure the bus voltage and choose to use an external power source. Using an external source is equivalent to measuring the voltage and setting it to match the external supply.

Private Transactions

The Private Transactions segment is dedicated to I2C read/write transfers.

  1. Address and Subaddress: Positioned at the top, users can input these in hexadecimal format.

  2. Write Buffer and Read Size: The subsequent row houses fields to specify the payload (in hexadecimal) and the byte count for reading.

  3. Read and Write Buttons: Positioned on the final row, these buttons execute the aforementioned operations.

Common Command Code (CCC) Operations

The CCC sub-panel is dedicated to the unique I3C CCC commands, indicative of the protocol's novel offerings. It comprises a dropdown menu, textbox, and a TRANSFER button for seamless command execution.

The BMC App currently supports the following CCC.

CCC command
Description

GETBCR

Get the Bus Characteristics Register

GETDCR

Get the Device Characteristics Register

GETPID

Get Provisioned ID

GETMRL

Get Max Read Length

GETMWL

Get Max Write Length

DIRECT SETMRL

Set Max Read Length

DIRECT SETMWL

Set Max Read Length

Notes:

  • The Write Buffer is relevant only for CCC commands that send data, such as DIRECT SETMRL and DIRECT SETMWL.

  • As more CCC commands are added with new versions of the app, this table serves as a reference. We recommend users to download the latest version of Binho Mission Control for the most up-to-date features.

I3C command panel.
Available Devices segment
Clock Settings sub-panel.
Bus Voltage sub-panel
Private Transactions sub-panel.
Common Command Code sub-panel