<?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 TWRPI-SLCD with K40D100 problem in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWRPI-SLCD-with-K40D100-problem/m-p/482280#M29496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi;&lt;/P&gt;&lt;P&gt;I'm trying to run the TWRPI-SLCD()GD6363P) with the K40D100 tower module.&lt;/P&gt;&lt;P&gt;I want to show on the LCD digit 1 number 2.My LCD-Config code shown below;&lt;/P&gt;&lt;P&gt;LCD-CPSEL(1),LCD-LCDIEN(0),LCD-DUTY(3),LCD-LCLK(0),LCD-SOURCE(1),LCD-STOP(1),LCD-WAIT(1)&lt;/P&gt;&lt;P&gt;LCD--VSUPPLY(1),LCD_LADJ(3),LCD-HREFSEL(0),LCD-RVTRIM(4),LCD-RVEN(1)&lt;/P&gt;&lt;P&gt;LCD-BPENL=0x0000000F; LCD_PENL=0x0070F00F;&lt;BR /&gt;I use LCD_Pins WF0,WF1,WF2,WF3(BackPlane/COM-0,1,2,3) WF12,WF13,WF14,WF15,WF20,WF21,WF22(FrontPlane)&lt;/P&gt;&lt;P&gt;I tried the code below considering MK30DX64VLK7(LCD seven segment example description)&lt;/P&gt;&lt;P&gt;WF0=0x01;&lt;/P&gt;&lt;P&gt;WF1=0x02;&lt;/P&gt;&lt;P&gt;WF2=0x04;&lt;/P&gt;&lt;P&gt;WF3=0x08;&lt;/P&gt;&lt;P&gt;WF14=0x0B;&lt;/P&gt;&lt;P&gt;WF15=0x06;&lt;/P&gt;&lt;P&gt;WF14=SEGMENT(A,B,C,D)&lt;/P&gt;&lt;P&gt;WF15=SEGMENT(E,F,G,SYMBOL)&lt;/P&gt;&lt;P&gt;When&amp;nbsp; I not active&amp;nbsp; the WF3 ,WF14 and WF15 segment (D,SYMBL) is open.It should not be active.How can I show number 2 on the LCD digit 1 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Apr 2016 12:03:14 GMT</pubDate>
    <dc:creator>mehmetoksan</dc:creator>
    <dc:date>2016-04-06T12:03:14Z</dc:date>
    <item>
      <title>TWRPI-SLCD with K40D100 problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWRPI-SLCD-with-K40D100-problem/m-p/482280#M29496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi;&lt;/P&gt;&lt;P&gt;I'm trying to run the TWRPI-SLCD()GD6363P) with the K40D100 tower module.&lt;/P&gt;&lt;P&gt;I want to show on the LCD digit 1 number 2.My LCD-Config code shown below;&lt;/P&gt;&lt;P&gt;LCD-CPSEL(1),LCD-LCDIEN(0),LCD-DUTY(3),LCD-LCLK(0),LCD-SOURCE(1),LCD-STOP(1),LCD-WAIT(1)&lt;/P&gt;&lt;P&gt;LCD--VSUPPLY(1),LCD_LADJ(3),LCD-HREFSEL(0),LCD-RVTRIM(4),LCD-RVEN(1)&lt;/P&gt;&lt;P&gt;LCD-BPENL=0x0000000F; LCD_PENL=0x0070F00F;&lt;BR /&gt;I use LCD_Pins WF0,WF1,WF2,WF3(BackPlane/COM-0,1,2,3) WF12,WF13,WF14,WF15,WF20,WF21,WF22(FrontPlane)&lt;/P&gt;&lt;P&gt;I tried the code below considering MK30DX64VLK7(LCD seven segment example description)&lt;/P&gt;&lt;P&gt;WF0=0x01;&lt;/P&gt;&lt;P&gt;WF1=0x02;&lt;/P&gt;&lt;P&gt;WF2=0x04;&lt;/P&gt;&lt;P&gt;WF3=0x08;&lt;/P&gt;&lt;P&gt;WF14=0x0B;&lt;/P&gt;&lt;P&gt;WF15=0x06;&lt;/P&gt;&lt;P&gt;WF14=SEGMENT(A,B,C,D)&lt;/P&gt;&lt;P&gt;WF15=SEGMENT(E,F,G,SYMBOL)&lt;/P&gt;&lt;P&gt;When&amp;nbsp; I not active&amp;nbsp; the WF3 ,WF14 and WF15 segment (D,SYMBL) is open.It should not be active.How can I show number 2 on the LCD digit 1 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 12:03:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWRPI-SLCD-with-K40D100-problem/m-p/482280#M29496</guid>
      <dc:creator>mehmetoksan</dc:creator>
      <dc:date>2016-04-06T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: TWRPI-SLCD with K40D100 problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWRPI-SLCD-with-K40D100-problem/m-p/482281#M29497</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;Please refer attached example code, which using TWR-K40D100M board works with TWRPI-SLCD board.&lt;/P&gt;&lt;P&gt;The demo project is based on &lt;SPAN style="color: #333333; font-family: Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px;"&gt;&lt;A href="http://www.nxp.com/webapp/sps/download/license.jsp?colCode=KINETIS512_V2_SC&amp;amp;location=null&amp;amp;fpsp=1&amp;amp;WT_TYPE=Snippets,%20Boot%20Code,%20Headers,%20Monitors,%20etc.&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=zip&amp;amp;WT_ASSET=Downloads&amp;amp;fileExt=.zip&amp;amp;Parent_nodeId=1365179236095719484620&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1365179236095719484620&amp;amp;Parent_pageType=product"&gt;Kinetis 100MHz Rev 2 Example Projects&lt;/A&gt; &lt;/SPAN&gt;&amp;lt;Hello_World&amp;gt; demo.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;BR /&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>Thu, 07 Apr 2016 05:27:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWRPI-SLCD-with-K40D100-problem/m-p/482281#M29497</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2016-04-07T05:27:26Z</dc:date>
    </item>
  </channel>
</rss>

