<?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: Help control TWRPI-SLCD</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449359#M26618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. &lt;/P&gt;&lt;P&gt;Do you have libraries of K53N512 MCU for IAR? I searched on Freescale, but I did'nt find them. STM32 or STM8 of ST. ST supported library for IAR, but Freescale I can't find on website. Can you give them to me?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Jun 2015 16:16:34 GMT</pubDate>
    <dc:creator>phamminhthuan</dc:creator>
    <dc:date>2015-06-13T16:16:34Z</dc:date>
    <item>
      <title>Help control TWRPI-SLCD</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449355#M26614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello every body. I'm trying to control TWRPI-SLCD module on TWR-K53N512 kit. But I'm beginer in ARM microctroller so that I can't understand how&amp;nbsp; to control it.&lt;/P&gt;&lt;P&gt;Do you have any library or example control it with IAR Embedded Workbend for ARM? I also need help about I2C communication with Kit.&lt;/P&gt;&lt;P&gt;I hope to rececive helps from all of you. Thanks you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 02:00:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449355#M26614</guid>
      <dc:creator>phamminhthuan</dc:creator>
      <dc:date>2015-06-11T02:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help control TWRPI-SLCD</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449356#M26615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pham Minh Thuan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you working with or without KSDK? The SLCD peripheral is supported in KSDK which will make easier the implementation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can take a look into &lt;A href="http://www.utasker.com/docs/uTasker/uTasker_SLCD.pdf" title="http://www.utasker.com/docs/uTasker/uTasker_SLCD.pdf"&gt;this SLCD document&lt;/A&gt;​ from Mark Butcher to see how it works and &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3412.pdf" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3412.pdf"&gt;this application note (AN3412)&lt;/A&gt;​ which uses this module. I recommend to read the chapter 58 SLCD from the &lt;A href="http://cache.freescale.com/files/32bit/doc/data_sheet/K53P144M100SF2V2.pdf" title="http://cache.freescale.com/files/32bit/doc/data_sheet/K53P144M100SF2V2.pdf"&gt;K53 Reference Manual&lt;/A&gt;​.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached some files used for the FRDM-KL46Z to use its display with the SLCD module for reference. In this example you must initialize the module calling &lt;STRONG&gt;vfnLCD_Init()&lt;/STRONG&gt; and you can change the display message calling &lt;STRONG&gt;vfnLCD_Write_Msg(uint8_t *lbpMessage)&lt;/STRONG&gt;.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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>Thu, 11 Jun 2015 21:41:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449356#M26615</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2015-06-11T21:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help control TWRPI-SLCD</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449357#M26616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;I'm beginer in ARM and I'm using TWR-K53N512 Kit to run demo MED-SPO2 in my final Project at University. Now, I want to control SLCD module include in TWR-K53N512 module to display value of Heart Rate or SpO2. I also want to control I2C to display on another LCD. But I don't use KSDK. I'm using IAR because MED-SPO2 was developed on IAR.&lt;/P&gt;&lt;P&gt;I read many documents of freescale but I can't understand it. I think because I'm beginer in ARM MCU so that I can't understand all of them.&lt;/P&gt;&lt;P&gt;I'm Vietnamese and my English is not good. I think I have many mistake in spelling and Grammar when Writing in this discussion.&lt;/P&gt;&lt;P&gt;Can you help me about IAR?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 02:03:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449357#M26616</guid>
      <dc:creator>phamminhthuan</dc:creator>
      <dc:date>2015-06-12T02:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help control TWRPI-SLCD</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449358#M26617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need help to get started with IAR I recommend you to read &lt;A href="http://supp.iar.com/FilesPublic/UPDINFO/004916/arm/doc/EWARM_UserGuide.ENU.pdf" title="http://supp.iar.com/FilesPublic/UPDINFO/004916/arm/doc/EWARM_UserGuide.ENU.pdf"&gt;this user guide&lt;/A&gt;. In the chapter two there are a series of tutorials to learn to use the tool.&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>Fri, 12 Jun 2015 23:26:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449358#M26617</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2015-06-12T23:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help control TWRPI-SLCD</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449359#M26618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. &lt;/P&gt;&lt;P&gt;Do you have libraries of K53N512 MCU for IAR? I searched on Freescale, but I did'nt find them. STM32 or STM8 of ST. ST supported library for IAR, but Freescale I can't find on website. Can you give them to me?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 16:16:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449359#M26618</guid>
      <dc:creator>phamminhthuan</dc:creator>
      <dc:date>2015-06-13T16:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help control TWRPI-SLCD</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449360#M26619</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;You can get TWR-K53N512 support, including full IAR compatibility, at &lt;A href="http://www.utasker.com/kinetis/TWR-K53N512.html" title="http://www.utasker.com/kinetis/TWR-K53N512.html"&gt;µTasker Kinetis TWR-K53N512 support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Attached is an executable that also shows the SLCD operating on this board. It needs no installation - just unzip and execute the uTasker.exe.&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;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kinetis: &lt;A href="http://www.utasker.com/kinetis.html" title="http://www.utasker.com/kinetis.html"&gt;µTasker Kinetis support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;K53: &lt;A href="http://www.utasker.com/kinetis/TWR-K53N512.html" title="http://www.utasker.com/kinetis/TWR-K53N512.html"&gt;µTasker Kinetis TWR-K53N512 support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;SLCD: &lt;A href="http://www.utasker.com/docs/uTasker/uTasker_SLCD.pdf" title="http://www.utasker.com/docs/uTasker/uTasker_SLCD.pdf"&gt;http://www.utasker.com/docs/uTasker/uTasker_SLCD.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the complete "out-of-the-box" Kinetis experience and faster time to market&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2015 19:31:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Help-control-TWRPI-SLCD/m-p/449360#M26619</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-06-13T19:31:36Z</dc:date>
    </item>
  </channel>
</rss>

