• How reliable is 'bit banged' I2C ?
    Hello All, Sorry if my question already thrown in the forum. I mean how reliable this 'bit banged' i2c compared to its hardware i2c counterpart ? Is there anybody has an experience using it in Industrial...
  • How reliable is 'bit banged' I2C ?
    Hello All, Sorry if my question already thrown in the forum. I mean how reliable this 'bit banged' i2c compared to its hardware i2c counterpart ? Is there anybody has an experience using it in Industrial...
  • How to address 16 bit address using I2C registers ( I2DAT)
    Hi all i wanted the FX2 to receive a 16 bit address (used to interface with labview)one eg is E012(one of the addressing i need to use), i am using the two registers I2CS and I2DAT. As u all know I2DAT...
  • How to address 16 bit address using I2C registers ( I2DAT)
    Hi all i wanted the FX2 to receive a 16 bit address (used to interface with labview)one eg is E012(one of the addressing i need to use), i am using the two registers I2CS and I2DAT. As u all know I2DAT...
  • How to read the 9th bit from S1OUT?
    I can write 9 bits to S1IN, like: S1IN = 0x130; ... But I can't read 9 bits from S1OUT. I have done the following: FUNC void myfunc(void){ unsigned int bytein; bytein = S1OUT; printf("%x...