Disable I2C in FX3 board (for AN75779)

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

cross mob
AkashHemwani
Level 3
Level 3
10 questions asked First solution authored 10 replies posted

I want to configure FX3 board to Xilinx FPGA for application AN75779. Is it possible to disable i2c master part from FX3 board and establish direct connection(without any protocol) between fpga and usb board.

If it is possible then what should be approach to disable I2C part.

0 Likes
1 Solution
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi,

Yes, it should be possible.

Just comment out the sensor writes from the firmware, and set iocfg.useI2C as CyFalse.

Also comment out the I2Cinit API used.

However note that, UVC controls like changing resolution, formats etc would not be possible as you do not have I2C. Also, make sure the image sensor is properly programmed before the AppStart function is executed in the firmware.

Best Regards,
AliAsgar

View solution in original post

0 Likes
1 Reply
AliAsgar
Moderator
Moderator
Moderator
1000 replies posted 250 solutions authored 750 replies posted

Hi,

Yes, it should be possible.

Just comment out the sensor writes from the firmware, and set iocfg.useI2C as CyFalse.

Also comment out the I2Cinit API used.

However note that, UVC controls like changing resolution, formats etc would not be possible as you do not have I2C. Also, make sure the image sensor is properly programmed before the AppStart function is executed in the firmware.

Best Regards,
AliAsgar

0 Likes