Other Parts Discussed in Thread: TDA2EG-17, TDA2
Dear all,
I am a beginner , I have a question
About Tda2ex Vision_SDK V03.08
The sensor I use is VID_SENSOR_SAT0088_OV1063X
My Pinmux is set up .
I cannot detect my ub96x version ,
Didn’t register him in I2c?
Are there relevant documents to help understand this part of the problem?
Or tell me how to solve it !
----------------------------------------(About Key program)--------------------------------------------------
(Bsputils_ub960.c Func Name:BspUtils_appGetUb96xVersion)
retVal = Bsp_deviceRead8(
UB960_ACCESSIBLE_FROM_I2C_INST, //1
gSlaveAliases[instId].slaveAddr,//0x3D
&tempAddr, //0xF5
&tempData, //0x00
(UInt32) 1U);
*******************************************************************************************************
(bsp_deviceI2c.c Func Name :Bsp_deviceRead8)
retVal = GIO_submit(
gBspDevObj.i2cHndl[i2cInstId], How to register or be assigned?? Is this the problem?
(UInt32) IOM_WRITE,
&i2cParams,
&i2cParams.bufLen,
NULL);
-------------------------------------------------------------------------------------------------------
My log is
------------------------------------------------------------------------------------------------------
[IPU1-0] 28.636399 s: i2cMdSubmitChan: i2c transfer Timeout IRQ not received
[IPU1-0] 28.637802 s: src/bsp_deviceI2c.c @ Line 352:
[IPU1-0] 28.637894 s: Nrtos I2C4: DEV 0x3d: RD 0xf5 ... ERROR !!!
[IPU1-0] 28.638260 s: src/bsp_deviceI2c.c @ Line 420:
[IPU1-0] 28.638351 s: I2C4: Error timeout 5002 ms!!!
[IPU1-0] 28.638443 s: Updated UB964 to 2 Lanes !!!
[IPU1-0] 28.638504 s: BspUtils_appGetUb96xVersion
[IPU1-0] 33.638382 s:
[IPU1-0] 33.638626 s: i2cMdSubmitChan: i2c transfer Timeout IRQ not received
[IPU1-0] 33.640029 s: src/bsp_deviceI2c.c @ Line 352:
[IPU1-0] 33.640120 s: Nrtos I2C4: DEV 0x3d: RD 0xf5 ... ERROR !!!
[IPU1-0] 33.640395 s: src/bsp_deviceI2c.c @ Line 420:
[IPU1-0] 33.640486 s: I2C4: Error timeout 5001 ms!!!
[IPU1-0] 38.640395 s:
[IPU1-0] 38.640669 s: i2cMdSubmitChan: i2c transfer Timeout IRQ not received
[IPU1-0] 38.642072 s: src/bsp_deviceI2c.c @ Line 588:
[IPU1-0] 38.642164 s: I2C4: DEV 0x3d: WR 0x01 = 0x03 ... ERROR !!!
[IPU1-0] 38.642255 s: src/bsp_deviceI2c.c @ Line 610:
[IPU1-0] 38.642347 s: I2C4: Error timeout 5002 ms!!!
[IPU1-0] 38.642438 s: src/bsputils_ub960.c @ Line 1321:
[IPU1-0] 38.642530 s: Could not configure UB960 !!!
------------------------------------------------------------------------------------
THANK YOU!!!><
