<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: IPU_DI Sync signals and DI#_PIN# problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198947#M10794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we assign DRDY Pin15 to any counter since there is obviously no counter number 15?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 May 2013 10:17:12 GMT</pubDate>
    <dc:creator>mugheesahmed</dc:creator>
    <dc:date>2013-05-09T10:17:12Z</dc:date>
    <item>
      <title>IPU_DI Sync signals and DI#_PIN# problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198943#M10790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Could someone explain the DI_PIN# setting? I have checked the Reference Manual but there is no any explanation about how to set DI_PIN#. My question is&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;1/ Can I set HSYNC/VSYNC/BLANK signals to any DI#_PIN#?&lt;/P&gt;
&lt;P&gt;2/ What registers handle those signals map to DI#_PIN#?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 18:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198943#M10790</guid>
      <dc:creator>JohnHuang</dc:creator>
      <dc:date>2011-12-29T18:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: IPU_DI Sync signals and DI#_PIN# problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198944#M10791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, John,&lt;/P&gt;
&lt;P&gt;You could see the file MX53UG.pdf&amp;nbsp; page 206&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The IPU provides the flexibility to select from a range of pins to use as an output for the synchronization&lt;BR /&gt;signals. &lt;EM&gt;Therefore, there is no unique pin for VSYNC, HSYNC and DE. However, the i.MX53 reference&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;boards have been assigned a specific pin for each signal&lt;/EM&gt;, which is reflected in the schematics and BSP&lt;BR /&gt;support.&lt;/P&gt;
&lt;P&gt;The default assignment is :&lt;/P&gt;
&lt;P&gt;DI0_PIN2&amp;nbsp; HSYNC&lt;/P&gt;
&lt;P&gt;DI0_PIN3&amp;nbsp; VSYNC&lt;/P&gt;
&lt;P&gt;DI0_PIN15&amp;nbsp; DRDY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 05:20:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198944#M10791</guid>
      <dc:creator>fei_liu</dc:creator>
      <dc:date>2012-01-06T05:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: IPU_DI Sync signals and DI#_PIN# problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198945#M10792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section 45.4.10.3 of the Reference Manual (IMX53RM) discusses how LCD clock signals are generated.&lt;/P&gt;
&lt;P&gt;Basically, you have to define the clock signal in the software driver and assign it to one of&amp;nbsp;eight available counters (Counter #9 is special, and does not get defined indepently). These counters are labeled DIx_PINy where x is the DI interface used (0,1) and y is the counter # (1-8). The BSP provided by Freescale, for example, already defines the HSYNC signal under counter DI0_PIN2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To ouput these signals, you need to select the appropriate IOMUX pin option to output the defined counter. For example DI0_PIN2 is the ALT0 option for pin DI0_PIN2, while counter DI0-PIN7 is the ALT2 mux option for pin EIM_D18.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chapter 4 of the Reference Manual maps out the Available pin muxing options and Chapter 43 contains all the register definitions to define mux assignments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, yes you can assign HSYNCH to any DI#_PIN# in the driver, and then select the appropriate mux pin option for the new pin you wish to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:21:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198945#M10792</guid>
      <dc:creator>TheAdmiral</dc:creator>
      <dc:date>2012-01-12T18:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: IPU_DI Sync signals and DI#_PIN# problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198946#M10793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;The BSP provided by Freescale, for example, already defines the HSYNC signal under counter DI0_PIN2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;That's the internal HSYNC, not the external sync signal. If you're using the VGA like I'm trying to do, you need an additional pair of external sync signals.&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;So, yes you can assign HSYNCH to any DI#_PIN# in the driver, and then select the appropriate mux pin option for the new pin you wish to use.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's not quite that simple. For one thing, you are limited as to which counters can drive other counters (counters can be driven only from lower-numbered counters).&lt;/P&gt;
&lt;P&gt;Another problem is that the microcode in the controller has to be consistent with your choice of sync pins.&lt;/P&gt;
&lt;P&gt;And the IPU section of the manual is not exactly a model of clear writing (to the point where the author of the Linux kernel driver for the display section of this chip said that he didn't think anyone could write a driver with just the RM and datasheet as references).&lt;/P&gt;
&lt;P&gt;I've been trying to get more information on how to move the external SYNC signals for VGA to other pins and still haven't gotten it working.&lt;/P&gt;
&lt;P&gt;For more discussion, see:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://imxcommunity.org/group/graphics-display/forum/topics/how-to-move-vga-external-hsync-and-vsync-signals-to-different?xg_source=activity" target="_self"&gt;One discussion here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://imxcommunity.org/profiles/blogs/how-to-change-imx53-vga-hsync-from-di1-pin7-to-di1-pin4?xg_source=activity" target="_self"&gt;Another discussion here&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2012 13:46:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198946#M10793</guid>
      <dc:creator>bikenomad</dc:creator>
      <dc:date>2012-08-08T13:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: IPU_DI Sync signals and DI#_PIN# problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198947#M10794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we assign DRDY Pin15 to any counter since there is obviously no counter number 15?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 10:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPU-DI-Sync-signals-and-DI-PIN-problem/m-p/198947#M10794</guid>
      <dc:creator>mugheesahmed</dc:creator>
      <dc:date>2013-05-09T10:17:12Z</dc:date>
    </item>
  </channel>
</rss>

