The customer migrated DLPC3479 sample codes(https://www.ti.com/tool/DLPC-API)
to Qt 5.12 + MSVC2017 64bit Release ,cyusbserial.dll
But CYPRESS_I2C_ReadI2C failed.
1----samples .c added into Qt cpp code, as shown in picture 1
Picture 1
2----CYPRESS_I2C_WriteI2C is good , but CYPRESS_I2C_ReadI2C failed。as shown in picture 2
picture 2
3----in QT library Write command is successful. but Read command is failed as shown in picture 3.
4----use VS2017 running samples(pure C)to do the test , 64 bits library is good as shown in 4 and 5.
Picture 4 Picture 5
Please check how to use DLP3479 in QT.
The whole codes: