<?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>Kinetis Microcontrollers中的主题 Re: K70 + Display without VSYNC &amp; HSYNC</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244307#M6253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN class="SpellE"&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hello&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Not really, the register programming is independent of OS used &lt;SPAN style="mso-spacerun:yes"&gt;&amp;nbsp;&lt;/SPAN&gt;or in a bare metal, but it can vary where the register setup is done (PLL, DIVISORS,…etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have a look at the LCDC Pixel clock chain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-no-proof:yes"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/skins/images/4ECC7D792D88E941CA227DFF76D77DFA/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably your solution is using PLL0 output (SIM_SOPT2) and then going to SIM_CLKDIV3 and then LCDC_LPCR_PCD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, check what is your PLL0/PLL1 output frequency and calculate LCDCFRAC/LCDCDIV for your required pixel clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check D4DLCDHW_Init_K70LCDC_TwrRgbB(void) function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LCDC_LPCR_PCD(D4DLCDHWFB_PANEL_CLKDIV);&lt;SPAN style="mso-spacerun:yes"&gt;&amp;nbsp;&lt;/SPAN&gt; &lt;SPAN style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;//Divide 120 PLL clock by (12+1)=13 to get 9.23MHz clock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for your display, I am not sure if you need to specify the Vertical and blanking periods back porch, front porch,..etc. You will have to check the display datasheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jan 2014 21:31:39 GMT</pubDate>
    <dc:creator>LuisCasado</dc:creator>
    <dc:date>2014-01-20T21:31:39Z</dc:date>
    <item>
      <title>K70 + Display without VSYNC &amp; HSYNC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244304#M6250</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;I would like to plug with the Kinetis K70 a display (Winstar WF43G)&amp;nbsp; wich do not have VSYNC and HSYNC ! It only need the pixel clock. I'm using the D4D with CW. I would like to modify the low_level_drivers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying first my code with the TWR-LCD-RGB .&amp;nbsp; The frequency typ. of the LCD CLOCK was&amp;nbsp; 10.87 Mhz, now I would like to change it to 9Mhz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone can guide me for this manipulation &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;would be very&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;nice !!!!!!!!!! &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Thanks a lot &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 14:18:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244304#M6250</guid>
      <dc:creator>joelesco</dc:creator>
      <dc:date>2014-01-20T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: K70 + Display without VSYNC &amp; HSYNC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244305#M6251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using MQX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 15:51:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244305#M6251</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-01-20T15:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: K70 + Display without VSYNC &amp; HSYNC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244306#M6252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the moment i'm using Baremetal only. Does that change something ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 18:28:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244306#M6252</guid>
      <dc:creator>joelesco</dc:creator>
      <dc:date>2014-01-20T18:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: K70 + Display without VSYNC &amp; HSYNC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244307#M6253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN class="SpellE"&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;Hello&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="ES-TRAD" style="mso-ansi-language:ES-TRAD"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Not really, the register programming is independent of OS used &lt;SPAN style="mso-spacerun:yes"&gt;&amp;nbsp;&lt;/SPAN&gt;or in a bare metal, but it can vary where the register setup is done (PLL, DIVISORS,…etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have a look at the LCDC Pixel clock chain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-no-proof:yes"&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/skins/images/4ECC7D792D88E941CA227DFF76D77DFA/responsive_peak/images/image_not_found.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most probably your solution is using PLL0 output (SIM_SOPT2) and then going to SIM_CLKDIV3 and then LCDC_LPCR_PCD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, check what is your PLL0/PLL1 output frequency and calculate LCDCFRAC/LCDCDIV for your required pixel clock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check D4DLCDHW_Init_K70LCDC_TwrRgbB(void) function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LCDC_LPCR_PCD(D4DLCDHWFB_PANEL_CLKDIV);&lt;SPAN style="mso-spacerun:yes"&gt;&amp;nbsp;&lt;/SPAN&gt; &lt;SPAN style="mso-spacerun:yes"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;//Divide 120 PLL clock by (12+1)=13 to get 9.23MHz clock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for your display, I am not sure if you need to specify the Vertical and blanking periods back porch, front porch,..etc. You will have to check the display datasheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 21:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244307#M6253</guid>
      <dc:creator>LuisCasado</dc:creator>
      <dc:date>2014-01-20T21:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: K70 + Display without VSYNC &amp; HSYNC</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244308#M6254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Luis for your help and all the details&amp;nbsp; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 10:12:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K70-Display-without-VSYNC-HSYNC/m-p/244308#M6254</guid>
      <dc:creator>joelesco</dc:creator>
      <dc:date>2014-01-29T10:12:48Z</dc:date>
    </item>
  </channel>
</rss>

