<?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 Porting WS2812B code to FRDM-K82F in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520911#M6871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been following the tutorial for using FlexIO to drive the custom protocol for WS2812. I have renamed some registers to port to K82F. However I am unsure about porting the register style DMA access to Kinetis SDK style EDMA usage. Any pointers appreciated. My code is available here:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fwhatnick%2FFRDM-K82F_WS2812_Driver%2Fblob%2Fmaster%2Fsource%2FWS2812.c" rel="nofollow" target="_blank"&gt;FRDM-K82F_WS2812_Driver/WS2812.c at master · whatnick/FRDM-K82F_WS2812_Driver · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DMA section is commented out. A review and pull request will enable me to learn and bring the NeoPixel to K82F.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="283256" data-objecttype="3" href="https://community.nxp.com/people/tishampatidhar"&gt;Tishampati Dhar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 03:38:22 GMT</pubDate>
    <dc:creator>tishampatidhar</dc:creator>
    <dc:date>2016-06-15T03:38:22Z</dc:date>
    <item>
      <title>Porting WS2812B code to FRDM-K82F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520911#M6871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been following the tutorial for using FlexIO to drive the custom protocol for WS2812. I have renamed some registers to port to K82F. However I am unsure about porting the register style DMA access to Kinetis SDK style EDMA usage. Any pointers appreciated. My code is available here:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fgithub.com%2Fwhatnick%2FFRDM-K82F_WS2812_Driver%2Fblob%2Fmaster%2Fsource%2FWS2812.c" rel="nofollow" target="_blank"&gt;FRDM-K82F_WS2812_Driver/WS2812.c at master · whatnick/FRDM-K82F_WS2812_Driver · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DMA section is commented out. A review and pull request will enable me to learn and bring the NeoPixel to K82F.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="283256" data-objecttype="3" href="https://community.nxp.com/people/tishampatidhar"&gt;Tishampati Dhar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 03:38:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520911#M6871</guid>
      <dc:creator>tishampatidhar</dc:creator>
      <dc:date>2016-06-15T03:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Porting WS2812B code to FRDM-K82F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520912#M6872</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 suggest you go to &lt;A href="http://kex.nxp.com/en/welcome" title="http://kex.nxp.com/en/welcome"&gt;Welcome to Kinetis Expert | Kinetis Expert&lt;/A&gt; &lt;/P&gt;&lt;P&gt;to download SDK_2.0_FRDM-K82F package, then refer edma demo code in this folder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;..\SDK_2.0_FRDM-K82F\boards\frdmk82f\driver_examples\edma&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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, 16 Jun 2016 10:05:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520912#M6872</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-06-16T10:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Porting WS2812B code to FRDM-K82F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520913#M6873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for opening this tread; I have the same problem with connecting the Neopixels / WS2812b leds to my FRDM K82F board. As &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/ZhangJennie"&gt;ZhangJennie&lt;/A&gt;​ mentioned; I also tried the edma code, and many other (sample)projects to combine it with the work that &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/BlackNight"&gt;BlackNight&lt;/A&gt;​ made with his &lt;A href="https://mcuoneclipse.com/2016/05/22/nxp-flexio-generator-for-the-ws2812b-led-stripe-protocol/"&gt;WS2812 with FlexIO&lt;/A&gt; project. But until now I couldn't light up the Neopixels yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has a solution, please share it! You will be thanked with a lot of colorful light&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 14:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520913#M6873</guid>
      <dc:creator>marc3l</dc:creator>
      <dc:date>2016-06-24T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Porting WS2812B code to FRDM-K82F</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520914#M6874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been banging my head against it for a couple of weeks as well.&lt;/P&gt;&lt;P&gt;Implementation obviously requires good understanding of the MCU and we must&lt;/P&gt;&lt;P&gt;be missing some settings. I have made 2 compilable ports from Erichs work&lt;/P&gt;&lt;P&gt;for both SDK 1.3 and 2.0 on github. I would appreciate if you had a look&lt;/P&gt;&lt;P&gt;and fiddled to see if you could get it to work. From my observation so far&lt;/P&gt;&lt;P&gt;the DMA transfer seems to be getting stuck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tisham.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 22:47:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Porting-WS2812B-code-to-FRDM-K82F/m-p/520914#M6874</guid>
      <dc:creator>tishampatidhar</dc:creator>
      <dc:date>2016-06-24T22:47:17Z</dc:date>
    </item>
  </channel>
</rss>

