<?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>topic Re: LCD via flexbus in bareboard project in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402014#M22355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos:&lt;/P&gt;&lt;P&gt;sorry for starting a new thread.&lt;/P&gt;&lt;P&gt;Is eGui needed for twr-lcd configuration if i'm not using LCDC controller ??&lt;/P&gt;&lt;P&gt;what this eGui exactly??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and Thanks&lt;/P&gt;&lt;P&gt;ANKUR &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 12:25:32 GMT</pubDate>
    <dc:creator>ankurchauhan</dc:creator>
    <dc:date>2015-09-30T12:25:32Z</dc:date>
    <item>
      <title>LCD via flexbus in bareboard project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402012#M22353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using twr-k70f120m kit with twr-lcd module and trying to configure the lcd via flexbus(16 bit).&lt;/P&gt;&lt;P&gt;I'm not using the LCD controller bcoz the LCD module which i had don't support the lcd controller.&lt;/P&gt;&lt;P&gt;my project is a bareboard project without processor expert.&lt;/P&gt;&lt;P&gt;In flexbus ,i am using chip select 0(CS0) with the base address 0x60000000 and data address 0x60010000.&lt;/P&gt;&lt;P&gt;register setting are acc. to datasheet. but i'm not enabling any&amp;nbsp; pll just enabling the flexbus clk using sim_ SCG7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;SIM_SCGC5 = SIM_SCGC5_PORTA_MASK | SIM_SCGC5_PORTB_MASK | SIM_SCGC5_PORTC_MASK | SIM_SCGC5_PORTD_MASK | SIM_SCGC5_PORTE_MASK;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;SIM_SCGC7 |= SIM_SCGC7_FLEXBUS_MASK;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;SIM_SOPT2 |= SIM_SOPT2_FBSL(3);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;SIM_CLKDIV1 |= SIM_CLKDIV1_OUTDIV3(3);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; FB_CSAR0 = FLEX_DC_ADDRESS; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; FB_CSMR0&amp;nbsp; = FLEX_ADRESS_MASK | FLEX_CSMR_V_MASK;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; FB_CSCR0 = FLEX_CSCR_MUX_MASK | FLEX_CSCR_AA_MASK | FLEX_CSCR_PS1_MASK;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt; FB_CSPMCR = 0x02200000;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;and lcd initialization is according to the example given by freescale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still its not working ,not bale to display anything on screen&lt;/P&gt;&lt;P&gt;if anyone have some sample code of flexbus to use lcd for bareboard project plz send.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 07:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402012#M22353</guid>
      <dc:creator>ankurchauhan</dc:creator>
      <dc:date>2015-09-23T07:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: LCD via flexbus in bareboard project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402013#M22354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this question is duplicated &lt;A href="https://community.nxp.com/thread/374073"&gt;twr-lcd start address&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may keep commenting on the other thread if you still have questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 23:36:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402013#M22354</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-09-23T23:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: LCD via flexbus in bareboard project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402014#M22355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos:&lt;/P&gt;&lt;P&gt;sorry for starting a new thread.&lt;/P&gt;&lt;P&gt;Is eGui needed for twr-lcd configuration if i'm not using LCDC controller ??&lt;/P&gt;&lt;P&gt;what this eGui exactly??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and Thanks&lt;/P&gt;&lt;P&gt;ANKUR &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 12:25:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402014#M22355</guid>
      <dc:creator>ankurchauhan</dc:creator>
      <dc:date>2015-09-30T12:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: LCD via flexbus in bareboard project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402015#M22356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, I have no experience on eGUI. Probably &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/EarlOrlando"&gt;EarlOrlando&lt;/A&gt;​​​ can comment on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 21:12:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402015#M22356</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-10-01T21:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: LCD via flexbus in bareboard project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402016#M22357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The eGUI is a free lightweight graphic driver for Kinetis, Coldfire, HCS08 and HCS12 MCUs. It includes since the low level drivers support to an API to build your graphic objects. It runs either in baremetal or in a RTOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you to take a look into the introductory document that can be downloaded in the eGUI site &lt;A href="https://community.nxp.com/www.freescale.com/egui" target="test_blank"&gt;www.freescale.com/egui&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25860i126A5385B9C41C55/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this information is useful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Earl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 18:16:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LCD-via-flexbus-in-bareboard-project/m-p/402016#M22357</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2015-10-28T18:16:38Z</dc:date>
    </item>
  </channel>
</rss>

