<?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 [FRDM-KW38] Integrate time-based tasks with the BLE stack in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW38-Integrate-time-based-tasks-with-the-BLE-stack/m-p/1357751#M61729</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a sequencer which will schedule tasks in time, e.g run task0 every 50ms, task1 every 70ms and so on.&lt;/P&gt;&lt;P&gt;Is it possible to achieve this along with the BLE task (main_task) from nxp ble demos without compromising the mcu going into deep sleep of course?&lt;/P&gt;&lt;P&gt;What is the best way to achieve this?&lt;/P&gt;&lt;P&gt;I tried to create a seperate task using the OSA_TaskCreate but it seems to break the BLE task.&lt;/P&gt;&lt;P&gt;Any help is appreciated. Many thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 08:28:52 GMT</pubDate>
    <dc:creator>rahme</dc:creator>
    <dc:date>2021-10-19T08:28:52Z</dc:date>
    <item>
      <title>[FRDM-KW38] Integrate time-based tasks with the BLE stack</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW38-Integrate-time-based-tasks-with-the-BLE-stack/m-p/1357751#M61729</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a sequencer which will schedule tasks in time, e.g run task0 every 50ms, task1 every 70ms and so on.&lt;/P&gt;&lt;P&gt;Is it possible to achieve this along with the BLE task (main_task) from nxp ble demos without compromising the mcu going into deep sleep of course?&lt;/P&gt;&lt;P&gt;What is the best way to achieve this?&lt;/P&gt;&lt;P&gt;I tried to create a seperate task using the OSA_TaskCreate but it seems to break the BLE task.&lt;/P&gt;&lt;P&gt;Any help is appreciated. Many thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 08:28:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW38-Integrate-time-based-tasks-with-the-BLE-stack/m-p/1357751#M61729</guid>
      <dc:creator>rahme</dc:creator>
      <dc:date>2021-10-19T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: [FRDM-KW38] Integrate time-based tasks with the BLE stack</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW38-Integrate-time-based-tasks-with-the-BLE-stack/m-p/1358173#M61732</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;One easy way is to use timer to realize the function. Use&amp;nbsp;TMR_StartLowPowerTimer to start the specified function. The ble demo has many tasks using the timer. If you want to use the os, you need to increase the os stack. The macro 'gTotalHeapSize_c' is defined in app_preinclude.h. But I recommend you use the timer.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 01:40:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW38-Integrate-time-based-tasks-with-the-BLE-stack/m-p/1358173#M61732</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-10-20T01:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: [FRDM-KW38] Integrate time-based tasks with the BLE stack</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW38-Integrate-time-based-tasks-with-the-BLE-stack/m-p/1359290#M61746</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;In fact, this is what we end up using.&lt;/P&gt;&lt;P&gt;Have a nice day.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 08:03:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW38-Integrate-time-based-tasks-with-the-BLE-stack/m-p/1359290#M61746</guid>
      <dc:creator>rahme</dc:creator>
      <dc:date>2021-10-21T08:03:13Z</dc:date>
    </item>
  </channel>
</rss>

