Easyi3C is a leading supplier of embedded system tools that simplify the development and debugging of various communication protocols. The company offers a range of products designed to help engineers and developers use I3C/I2C , USB and MIPI, JEDEC, MCTP and other protocols more efficiently.
2. You can manually enter the Slave address as shown below. If you used the previous "Search Device"
and selected a Slave device, this place will be updated synchronously.
Note: When performing the following I2C read and write operations, be sure to confirm that the
Slave's working status is under I2C. If you are not sure about the Slave's working status, you can
return to the above I3C operation interface and manually send the CCC command RSTDAA to
ensure that the Slave works under the I2C protocol.
3. You can enter data in the interface below, and then click "write", the data will be sent to the data bus in
the form of I2C protocol. As in the example below, enter "12 34 56 78 90", this data is in hexadecimal format,
and then click "write", then the data will be sent to the slave device with address 0x5F.
4. In the interface below, you can also load more data to be written more conveniently, or save the data to
be sent for direct loading next time:
5. The above is to verify the I2C write operation. The next step is to verify the I2C read operation. There are
two ways. The first is Direct Read, which reads data from a fixed Slave address such as 0x5F:
The second is the traditional register reading method:
Next, we will introduce other operation pages.