<?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: how to run function parallel in kw36</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-run-function-parallel-in-kw36/m-p/1095660#M57849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hello Estephania,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks for the reply. Sorry for the late response.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Currently I have developed my code using Bare-metal.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Does I have to convert my code into FreeRTOS to run parallel&amp;nbsp;task of BLE, CAN and Flash?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Kindly suggest.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2020 05:27:37 GMT</pubDate>
    <dc:creator>chintan</dc:creator>
    <dc:date>2020-08-28T05:27:37Z</dc:date>
    <item>
      <title>how to run function parallel in kw36</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-run-function-parallel-in-kw36/m-p/1095658#M57847</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;I am working on project which have functionality of CAN communication, External Flash, BLE communication with KW36 micro-controller.&lt;/P&gt;&lt;P&gt;In this project, I have to communicate with vehicle ECU via CAN bus to get data and store it into external flash memory.&lt;/P&gt;&lt;P&gt;But while I am writing into Flash memory, CAN communication goes stop. It will restart again after completion of Flash memory process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me how can I run both&amp;nbsp;CAN communication and Flash read-write&amp;nbsp;process parallel. So, there should be no interrupt in my CAN communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 16:31:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-run-function-parallel-in-kw36/m-p/1095658#M57847</guid>
      <dc:creator>chintan</dc:creator>
      <dc:date>2020-06-26T16:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to run function parallel in kw36</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-run-function-parallel-in-kw36/m-p/1095659#M57848</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;&lt;SPAN lang="EN-US"&gt;&lt;SPAN lang="EN-US"&gt;It is weird that the device stops communicating , but also it will depend on how you are writing to the external flash memory, the speed used, the size of the payload, etc.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;You can try using the DMA module but it will also depend on how are you communicating with the flash&amp;nbsp; and in case you are using something like SPI you will need to make sure that the peripherals are well integrated in the Connectivity framework to let it work correctly.&lt;BR clear="none" /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Estephania &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:41:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-run-function-parallel-in-kw36/m-p/1095659#M57848</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2020-06-29T18:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to run function parallel in kw36</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-run-function-parallel-in-kw36/m-p/1095660#M57849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hello Estephania,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks for the reply. Sorry for the late response.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Currently I have developed my code using Bare-metal.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Does I have to convert my code into FreeRTOS to run parallel&amp;nbsp;task of BLE, CAN and Flash?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Kindly suggest.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2020 05:27:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/how-to-run-function-parallel-in-kw36/m-p/1095660#M57849</guid>
      <dc:creator>chintan</dc:creator>
      <dc:date>2020-08-28T05:27:37Z</dc:date>
    </item>
  </channel>
</rss>

