<?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>MQX Software SolutionsのトピックRe: Driver for parallel device</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226503#M6132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; display is connected by 8080 style connection:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;8 bit data bus &lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;RD signal&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;WR signal&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;CS signal&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;A2 signal&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used to drive this kind of devices by bit banging code. &lt;/P&gt;&lt;P&gt;What I'm searching for is if MQX give me a standard way to drive them (high level), without access directly to the micro ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 08:30:04 GMT</pubDate>
    <dc:creator>LPs</dc:creator>
    <dc:date>2013-05-07T08:30:04Z</dc:date>
    <item>
      <title>Driver for parallel device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226499#M6128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; first of all I apologize for my (probably) newbie question.&lt;/P&gt;&lt;P&gt;I need to implements a driver to drive an external monochrome LCD connected with a standard parallel connecion: &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;8 bit data bus, R/W signal, etc...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: which feature of MQX can I use to drive it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw gpio device, but I'm not sure that this kind of device allow to installa a port ad input/output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use FlexBus because of the HW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 14:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226499#M6128</guid>
      <dc:creator>LPs</dc:creator>
      <dc:date>2013-05-06T14:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Driver for parallel device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226500#M6129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello lucaptetro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what MCU are you using? Does your MCU have LCD interface (SLCD) ? If yes, here's something which could enlight you in the beginning:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found one presentation to this topic:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.kinetis.pl/sites/default/files/HandsOn%20Part-1%20-%20MQX%20SLCD%20example.pdf" title="http://www.kinetis.pl/sites/default/files/HandsOn%20Part-1%20-%20MQX%20SLCD%20example.pdf"&gt;http://www.kinetis.pl/sites/default/files/HandsOn%20Part-1%20-%20MQX%20SLCD%20example.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's LCD driver in MQX for few MCU, like kwikstik contains LCD monochromatic display. In case there's no SLCD in your MCU, you might communicate with LCD through I2C/SPI. MQX provides both drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;c0170&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 06:00:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226500#M6129</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2013-05-07T06:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Driver for parallel device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226501#M6130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello c0170,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I'm using a kinetis K60 and K10.&lt;/P&gt;&lt;P&gt;SLCD module is not available and the HW force me to implement a parallel solution. Unfortunately the HW designer was not so smart to cottect the display but to the FlexBus port...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 06:41:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226501#M6130</guid>
      <dc:creator>LPs</dc:creator>
      <dc:date>2013-05-07T06:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Driver for parallel device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226502#M6131</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;how is LCD connected to MCU? If you ask&amp;nbsp; any HW related questions, it would be helpful to share at least more details or a schematic (how is LCD connected to MCU). What options do you have? What have you considered so far?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;c0170&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 07:42:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226502#M6131</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2013-05-07T07:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Driver for parallel device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226503#M6132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; display is connected by 8080 style connection:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;8 bit data bus &lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;RD signal&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;WR signal&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;CS signal&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;A2 signal&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used to drive this kind of devices by bit banging code. &lt;/P&gt;&lt;P&gt;What I'm searching for is if MQX give me a standard way to drive them (high level), without access directly to the micro ports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 08:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Driver-for-parallel-device/m-p/226503#M6132</guid>
      <dc:creator>LPs</dc:creator>
      <dc:date>2013-05-07T08:30:04Z</dc:date>
    </item>
  </channel>
</rss>

