Question about fx2lp i2c.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi.

   

i willing to make i2c working in fx2lp 56pin.

   

but i have somequestions.

   

 

   

1) Are there any configuration setting(such as DSCR.A51) for I2C work in HW?

   

 

   

2) may i just only use following functions for i2c work ? (declared in EZUSE.LIB)?

   

        EZUSB_InitI2C(); // Initialize I2C Bus

   

EZUSB_ReadI2C(I2C_Addr, length, buf);

   

EZUSB_WriteI2C(I2C_Addr, i, ee_str);

0 Likes
1 Reply