This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] RTOS/TDA3XEVM:传感器物理地址 OV10640

Guru**** 2589280 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/640568/rtos-tda3xevm-sensor-physical-address-ov10640

器件型号:TDA3XEVM

工具/软件:TI-RTOS

您好!

在  VisionSDK 3.1中的 bsputils_ub960-c 代码中、我找到了这个

BspUtils_Ub960I2cParams gUb960Cfg_IMI[]={
/* IMI OV10640 1 */
{0x4C、0x01、0x0}、
{0x58、0x58、0x0}、
{0x6D、0x7D、0x0}、
{0x5D、0xB0、0x0}、--- >提供给解串器的串行器地址
{0x65、((UINT8)(IMI_PORT_0_SER_ADDR << 1U))、0x0}、
{0x5E、0x62、0}、--- >这是将传感器地址分配给解串器的部分。 为什么为0x62? 为什么不是0x60 (8位)?

传感器 OV10640的8位地址为0x60。 您是如何使用0x62的?


我们使用 TIDA-00421 作为接口、并通过0X62获得视频输出。 我尝试将此值更改为0x60、但无法获取输出。

感谢您的帮助。