<?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 Design Studio中的主题 Not able to debug the code.</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962550#M10001</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;Currently, I am working on FRDM-KW36 development board. As per the BLE demo application user guide document I have uploaded the code of HRS(Heart Rate Sensor) on the development board. Then i checked it on NXP IOT application and it's works perfect. When&amp;nbsp;I tried to terminate the debug process on IDE it will show "could not stop execution from running" error message (refer Error1 image). I clicked first&amp;nbsp;Ok and then Cancel button of error messages and then close the MCUXpresso IDE and reopen it. Then I tried to upload another project it shows me error message of "0 available SWD Devices detected."&lt;SPAN&gt;(refer Error2&lt;SPAN&gt;&amp;nbsp;image&lt;/SPAN&gt;).&amp;nbsp;&lt;/SPAN&gt;I don't know why this happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest to resolve this issue.&lt;/P&gt;&lt;P&gt;Attaching the images for errors.&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>Thu, 24 Oct 2019 11:03:44 GMT</pubDate>
    <dc:creator>chintan</dc:creator>
    <dc:date>2019-10-24T11:03:44Z</dc:date>
    <item>
      <title>Not able to debug the code.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962550#M10001</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;Currently, I am working on FRDM-KW36 development board. As per the BLE demo application user guide document I have uploaded the code of HRS(Heart Rate Sensor) on the development board. Then i checked it on NXP IOT application and it's works perfect. When&amp;nbsp;I tried to terminate the debug process on IDE it will show "could not stop execution from running" error message (refer Error1 image). I clicked first&amp;nbsp;Ok and then Cancel button of error messages and then close the MCUXpresso IDE and reopen it. Then I tried to upload another project it shows me error message of "0 available SWD Devices detected."&lt;SPAN&gt;(refer Error2&lt;SPAN&gt;&amp;nbsp;image&lt;/SPAN&gt;).&amp;nbsp;&lt;/SPAN&gt;I don't know why this happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest to resolve this issue.&lt;/P&gt;&lt;P&gt;Attaching the images for errors.&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>Thu, 24 Oct 2019 11:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962550#M10001</guid>
      <dc:creator>chintan</dc:creator>
      <dc:date>2019-10-24T11:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug the code.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962551#M10002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is due to this example use the Low Power modes, so when this are enabled the debugger is disconnected.&lt;/P&gt;&lt;P&gt;You can disable this in the app_preinclude.h file with the following define:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Enable/Disable PowerDown functionality in PwrLib */&lt;BR /&gt;#define cPWR_UsePowerDownMode 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2019 21:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962551#M10002</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-10-28T21:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug the code.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962552#M10003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alexis,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Thanks for reply. I have made changes as per your reply and it's works. But there are different functionality I observed with this, which are mention below. I have used IOT application for measurement.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;1. If value of cPWR_UsePowerDownMode is 1, the board did not work as per described in&amp;nbsp;" Bluetooth Low Energy Demo Applications User's Guide.pdf " document except heart rate sensor measurement value. Measurement value is showing between 40 to 200 bpm.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2. If value of&amp;nbsp;&lt;SPAN&gt;cPWR_UsePowerDownMode is 0, the board works as per described in&lt;SPAN&gt;&amp;nbsp;" Bluetooth Low Energy Demo Applications User's Guide.pdf" document and also those error messages are resolved. But&amp;nbsp;the heart rate measurement value&amp;nbsp;is showing between 300 to 450 bpm which is far&amp;nbsp;away&amp;nbsp;compared to described in document.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Kindly guide the reason behind this two functionality.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2019 09:57:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962552#M10003</guid>
      <dc:creator>chintan</dc:creator>
      <dc:date>2019-10-31T09:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug the code.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962553#M10004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chintan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This data displayed is only demostrative, this will display data between a range and will be variable. The data adquisition is left to the developer to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 22:09:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962553#M10004</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-11-05T22:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug the code.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962554#M10005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Yes, I understand that data is only demonstrative. But the reason of asking that data is not matching with Demo applications user guide document. Document says "m&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;easurement value between 40 to 200 bpm".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 07:01:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962554#M10005</guid>
      <dc:creator>chintan</dc:creator>
      <dc:date>2019-11-06T07:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to debug the code.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962555#M10006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chintan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mention this is mention in the user guide but you can see how it works in the&amp;nbsp;TimerMeasurementCallback in the heartratesensor.c, it generate a random number and multiplies this by the range factor and depending of the variable could use the 16 bit heart rate.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I will report this issue with the user guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 00:35:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Not-able-to-debug-the-code/m-p/962555#M10006</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-11-08T00:35:02Z</dc:date>
    </item>
  </channel>
</rss>

