<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[全志mipi cci问题求助]]></title><description><![CDATA[<p dir="auto">请问sensor的iic接口是一定要接到mcsi或者ncsi接口上吗，能接到普通iic上吗？</p>
<p dir="auto">如果是下面这种共用cci的接法是否可行呢，我用这种接法配置的时候mipi那路摄像头会出现select timeout</p>
<pre><code class="language-text">  +---------------+             +-----------------------+
  |               |   BT1120    +--------+              |
  |               | ----------&gt; |  NCSI  |              |
  |    SENSOR0    |             +--------+              |
  |               |             |                       |
  |           I2C | ------+     |                       |
  +---------------+       |     |                       |
                          |     |                       |
                          +---&gt; | NCSI0_SCL(SDA)        |
                          |     |                       |
  +---------------+       |     |                       |
  |           I2C | ------+     |                       |
  |               |             |                       |
  |    SENSOR1    |             |                       |
  |               |    MIPI     +--------+              |
  |               | ----------&gt; |  MCSI  |              |
  +---------------+             +--------+              |
                                +-----------------------+

</code></pre>
]]></description><link>https://bbs.aw-ol.com/topic/3723/全志mipi-cci问题求助</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 18:06:49 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/3723.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Jun 2023 03:45:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 全志mipi cci问题求助 on Wed, 28 Jun 2023 10:03:54 GMT]]></title><description><![CDATA[<p dir="auto">突然想起来之前在这里发过这个问题，现在已经解决了。</p>
<p dir="auto">在内核配置<code>.config</code>中将CONFIG_CCI关闭，<code>CONFIG_CCI_TO_TWI</code>打开即可使用普通IIC，之前看文档不够仔细，现在直接将sensor1的SCL和SDA接到普通IIC就可以了。</p>
<pre><code class="language-python"># CONFIG_CCI is not set
CONFIG_CCI_TO_TWI=y
</code></pre>
]]></description><link>https://bbs.aw-ol.com/post/16760</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/16760</guid><dc:creator><![CDATA[Flork]]></dc:creator><pubDate>Wed, 28 Jun 2023 10:03:54 GMT</pubDate></item></channel></rss>