EasyManuals Logo

Introspect E Series User Manual

Default Icon
26 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #21 background imageLoading...
Page #21 background image
S V 4 E - I 3 C D E M O N S T R A T I O N
SV4E-I3C I3C Test and Debug Module
I N T RO S P E C T . C A
21
f) The third and final tab, “Messages”, allows the user to quickly identify the function
of a group of I3C commands. In the current example, only two messages are
presented. The SDR_BCAST is an automated message that the master sends to say
SDR mode is being used. Then we see the DAA event we executed, listed as DAA for
Dynamic Address Assignment.
g) Now that you have been able to assign an address to the slave device, you can send
I3C commands to it over the SCL/SDA wires. For example, to read the provisional ID
of the slave device (previously programmed through the slaveDevice.setup()
operation), you will need to send a direct read command to the slave device with the
direct command code “GETPID”.
To do so, navigate back to the “Params” tab at the top of the GUI window and add
the following code to your Test Procedure:
#This demonstrates a direct read CCC
print("Reading provisional IDs of slave devices on the bus...")
slaveAddrs = [mySlave]
resultsBySlaveAddr = masterDevice.doDirectReads('GETPID', slaveAddrs, 10)
for slaveAddr in slaveAddrs:
bytesFromSlave = resultsBySlaveAddr[slaveAddr]
print("slaveAddr: 0x%02X bytesFromSlave: %s" % (slaveAddr, bytesFromSlave))

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Introspect E Series and is the answer not in the manual?

Introspect E Series Specifications

General IconGeneral
BrandIntrospect
ModelE Series
CategoryTest Equipment
LanguageEnglish