1
Topics
This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.
Topics - lartmander
2
Bus Pirate Development / BP v3 I2C 16-bit register writes?
Does this look correct? (from a terminal session) There doesn't look like there's any distinction when I write a 0x000A or a 0x010A.
I2C>[0x34 0x000A 0x47 0x81]
I2C START BIT
WRITE: 0x34 NACK
WRITE: 0x0A NACK
WRITE: 0x47 NACK
WRITE: 0x81 NACK
I2C STOP BIT
I2C>[0x34 0x010a 0x47 0x81]
I2C START BIT
WRITE: 0x34 NACK
WRITE: 0x0A NACK
WRITE: 0x47 NACK
WRITE: 0x81 NACK
I2C STOP BIT