Difference between revisions of "VFAT powered on and responding to I2C"

From New IAC Wiki
Jump to navigation Jump to search
m
Line 2: Line 2:
  
 
[[Image:i2c_scope_read_48.png]]<br/>
 
[[Image:i2c_scope_read_48.png]]<br/>
One byte of the VFAT ChipID is read from address 0x48. The result is 0xF3.
+
One byte of the VFAT ChipID is read from address 0x48. The value is 0xF3.
  
  
Line 12: Line 12:
  
 
[[Image:i2c_scope_read_42.png]]<br/>
 
[[Image:i2c_scope_read_42.png]]<br/>
The IPreampIn byte that was just set is read. The address is 0x42 and the data is 0x18.
+
The IPreampIn byte that was just set is read. The address is 0x42 and the value is 0x18.

Revision as of 21:42, 20 June 2007

These are pictures of i2c operations with the VFAT board. In this example the VFAT is set to addresses 0x40 o 0x4F.

I2c scope read 48.png
One byte of the VFAT ChipID is read from address 0x48. The value is 0xF3.


I2c scope write 42.png
The IPreampIn byte at address 0x42 has the value 0x18 written to it.


I2c scope read 42.png
The IPreampIn byte that was just set is read. The address is 0x42 and the value is 0x18.