Closed gmayne closed 1 year ago
Add bit mask to I2C address trigger generation on line 744. Prevents address bits after most significant '1' being treated as don't care. Withous this a trigger set match on say, 0x71 would trigger on any address with the MSB set at '1'.
Add bit mask to I2C address trigger generation on line 744. Prevents address bits after most significant '1' being treated as don't care. Withous this a trigger set match on say, 0x71 would trigger on any address with the MSB set at '1'.