<?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>Wireless MCU中的主题 QN908x BLE without real-time operating system</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/QN908x-BLE-without-real-time-operating-system/m-p/728706#M3962</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;I'm trying to minimize&amp;nbsp;energy consumption on the&amp;nbsp;&lt;SPAN&gt;QN9080&amp;nbsp;MCU as much as possible and hence want to omit the use of&amp;nbsp;a real-time operating system and the additional energy cost it implies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;I took the Bluetooth beacon example and tried&amp;nbsp;to directly call the startup_task method without passing it to the scheduler. Unfortunately I couldn't receive any advertisement packets this way.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;OSA_TaskCreate(OSA_TASK(startup_task), NULL);&lt;BR /&gt;vTaskStartScheduler();&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;startup_task(NULL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;How can I make it work without using the scheduler?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hardware: QN9080 DK-V1.2 R20161129&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;SDK: SDK_2.2_QN908xCDK_Beta&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;IDE: MCUXpresso IDE v10.0.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2017 09:12:06 GMT</pubDate>
    <dc:creator>lukaswidmer</dc:creator>
    <dc:date>2017-12-18T09:12:06Z</dc:date>
    <item>
      <title>QN908x BLE without real-time operating system</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN908x-BLE-without-real-time-operating-system/m-p/728706#M3962</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;I'm trying to minimize&amp;nbsp;energy consumption on the&amp;nbsp;&lt;SPAN&gt;QN9080&amp;nbsp;MCU as much as possible and hence want to omit the use of&amp;nbsp;a real-time operating system and the additional energy cost it implies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;I took the Bluetooth beacon example and tried&amp;nbsp;to directly call the startup_task method without passing it to the scheduler. Unfortunately I couldn't receive any advertisement packets this way.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;OSA_TaskCreate(OSA_TASK(startup_task), NULL);&lt;BR /&gt;vTaskStartScheduler();&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;startup_task(NULL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="color: #51626f;"&gt;How can I make it work without using the scheduler?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hardware: QN9080 DK-V1.2 R20161129&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;SDK: SDK_2.2_QN908xCDK_Beta&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;IDE: MCUXpresso IDE v10.0.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 09:12:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN908x-BLE-without-real-time-operating-system/m-p/728706#M3962</guid>
      <dc:creator>lukaswidmer</dc:creator>
      <dc:date>2017-12-18T09:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: QN908x BLE without real-time operating system</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/QN908x-BLE-without-real-time-operating-system/m-p/728707#M3963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;n Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please check the&amp;nbsp;BLE Application Developer's Guide? You can find it under the following path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\NXP\SDK_2.2_QN908xCDK_Beta\docs\wireless\Bluetooth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next release of the QN9080 stack will have&amp;nbsp;an optimization on the power consumption if that it's what you are seeking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 20:09:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/QN908x-BLE-without-real-time-operating-system/m-p/728707#M3963</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2017-12-29T20:09:21Z</dc:date>
    </item>
  </channel>
</rss>

