<?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のトピックIPUv3 How to change DISP_CLK waveform</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IPUv3-How-to-change-DISP-CLK-waveform/m-p/553269#M86359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using IPUv3 in i.MX51 and I need to change DISP_CLK waveform to interface to a LCD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are four related settings for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DI0_DISP_CLK_UP&lt;/P&gt;&lt;P&gt;DI0_DISP_CLK_DOWN&lt;/P&gt;&lt;P&gt;DI0_DISP_CLK_OFFSET&lt;/P&gt;&lt;P&gt;DI0_DISP_CLK_PERIOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using WinCE and I can only change UP and DOWN parameters,&amp;nbsp; but tmebase doesn't work and DISP_CLK doesn't chage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I initiate timebase?&lt;/P&gt;&lt;P&gt;Do I need to set OFFSET and PERIOD as well?&lt;/P&gt;&lt;P&gt;Are there any registers to consider?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;N.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2016 07:10:06 GMT</pubDate>
    <dc:creator>norishinozaki</dc:creator>
    <dc:date>2016-06-21T07:10:06Z</dc:date>
    <item>
      <title>IPUv3 How to change DISP_CLK waveform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPUv3-How-to-change-DISP-CLK-waveform/m-p/553269#M86359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using IPUv3 in i.MX51 and I need to change DISP_CLK waveform to interface to a LCD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are four related settings for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DI0_DISP_CLK_UP&lt;/P&gt;&lt;P&gt;DI0_DISP_CLK_DOWN&lt;/P&gt;&lt;P&gt;DI0_DISP_CLK_OFFSET&lt;/P&gt;&lt;P&gt;DI0_DISP_CLK_PERIOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using WinCE and I can only change UP and DOWN parameters,&amp;nbsp; but tmebase doesn't work and DISP_CLK doesn't chage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I initiate timebase?&lt;/P&gt;&lt;P&gt;Do I need to set OFFSET and PERIOD as well?&lt;/P&gt;&lt;P&gt;Are there any registers to consider?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;N.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 07:10:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPUv3-How-to-change-DISP-CLK-waveform/m-p/553269#M86359</guid>
      <dc:creator>norishinozaki</dc:creator>
      <dc:date>2016-06-21T07:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: IPUv3 How to change DISP_CLK waveform</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IPUv3-How-to-change-DISP-CLK-waveform/m-p/553270#M86360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for display clock, please look at section 42.3.10.3 (Timing generator) of the &lt;/P&gt;&lt;P&gt;i.MX51 Reference Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The base signals look as a pulse ___|----|____ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This pulse is defined by length (PERIOD), first edge location (UP) and second &lt;/P&gt;&lt;P&gt;edge location (DOWN).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically di0/1_clk_root is base clock for display interface. The timebase&lt;/P&gt;&lt;P&gt;(fundamental) of Display clock (DISP_CLK) is configured by using &lt;/P&gt;&lt;P&gt;DI#_DISP_CLK_PERIOD, and then the waveform is created by using the settings &lt;/P&gt;&lt;P&gt;stored in DI#_DISP_CLK_OFFSET, DI#_DISP_CLK_UP and DI#_DISP_CLK_DOWN bit fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to the Reference Manual clock scheme is described in the next app &lt;/P&gt;&lt;P&gt;note. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AN4140 :&amp;nbsp;&amp;nbsp;&amp;nbsp; i.MX51 WinCE Clock Setting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fcache.freescale.com%2Ffiles%2Fdsp%2Fdoc%2Fapp_note%2FAN4140.pdf" rel="nofollow" target="_blank"&gt;http://cache.freescale.com/files/dsp/doc/app_note/AN4140.pdf&lt;/A&gt;&lt;SPAN&gt; &amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we can see, it is possible to use different PLLs for different modules and &lt;/P&gt;&lt;P&gt;one can adapt clocking as needed, without affected other modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2016 07:55:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IPUv3-How-to-change-DISP-CLK-waveform/m-p/553270#M86360</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2016-06-21T07:55:59Z</dc:date>
    </item>
  </channel>
</rss>

