<?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: MCC Character driver in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440902#M67708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, could you tell me how to use mcc in user space. Do you have source code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;cherenfei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Dec 2015 03:38:49 GMT</pubDate>
    <dc:creator>renfeiche</dc:creator>
    <dc:date>2015-12-12T03:38:49Z</dc:date>
    <item>
      <title>MCC Character driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440900#M67706</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;This is regarding the 6SoloX. I've been looking at the MCC tty and pingpong example drivers, but am not finding any fully functioning MCC driver for Linux. I tried to start writing one myself, but am having trouble with making the driver asynchronous as even the MCC library in the Linux kernel has not added the ISR functionality. I see a device driver example (mu.c), but that uses rpmsg, and as far as I understand that is not supported by MQX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems strange that the core functionality of the 6SoloX is not properly supported on the A9/Linux side. At least not to the extent where I can access the MCC from userspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something? Does anyone know where I might find a working driver? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;/ Finn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2015 20:22:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440900#M67706</guid>
      <dc:creator>finncarlsvi</dc:creator>
      <dc:date>2015-11-24T20:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: MCC Character driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440901#M67707</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 have been delving into this and the mcc api is not provided in user space. You will have to extend it for user space.&lt;/P&gt;&lt;P&gt;Maybe we can help if you share what you have done so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 21:07:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440901#M67707</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-11-30T21:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: MCC Character driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440902#M67708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, could you tell me how to use mcc in user space. Do you have source code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;cherenfei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 03:38:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440902#M67708</guid>
      <dc:creator>renfeiche</dc:creator>
      <dc:date>2015-12-12T03:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: MCC Character driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440903#M67709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started writing a character driver but found that Timesys has written one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://repository.timesys.com/buildsources/m/mcc-kmod/"&gt;http://repository.timesys.com/buildsources/m/mcc-kmod/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file imx_mcc_libmcc.c is basically the pingpong mcc driver that has been rewritten. It's written for the VF6xx, but it doesn't look too difficult to get this working on other boards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ Finn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 21:05:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCC-Character-driver/m-p/440903#M67709</guid>
      <dc:creator>finncarlsvi</dc:creator>
      <dc:date>2015-12-31T21:05:01Z</dc:date>
    </item>
  </channel>
</rss>

