<?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 Re: KW36 HRS demo debug error:No source available... in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/KW36-HRS-demo-debug-error-No-source-available/m-p/1089527#M9936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mo Xinyu, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The HRS example project included in the KW36's SDK by default comes with Low-Power mode enabled, causing the device to go to sleep when running the example.&lt;/P&gt;&lt;P&gt;The device can be mass-erased by using an "unlock kinetis" command in J-Link Commander, or a mass erase command through MCUXpresso, which works as well.&lt;/P&gt;&lt;P&gt;Low-Power mode can be disabled by setting the following macro (in the app_preinclude.h header file) to a 0, like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/* Enable/Disable PowerDown functionality in PwrLib */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define cPWR_UsePowerDownMode           0‍‍&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2020 17:18:49 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2020-04-15T17:18:49Z</dc:date>
    <item>
      <title>KW36 HRS demo debug error:No source available...</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW36-HRS-demo-debug-error-No-source-available/m-p/1089526#M9935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to debug&amp;nbsp;frdmkw36_wireless_examples_bluetooth_hrs_freertos, but I get this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/106225i1505A151DEB58EF4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in&amp;nbsp;frdmkw36_wireless_examples_bluetooth_hrs_freertos.map file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/106226i498888A2E11C0F35/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using PEMicro to debug. It looks like my code runs into 0x20002360 but this address is in ucHeap[]?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2020 08:58:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW36-HRS-demo-debug-error-No-source-available/m-p/1089526#M9935</guid>
      <dc:creator>jictannu</dc:creator>
      <dc:date>2020-04-13T08:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: KW36 HRS demo debug error:No source available...</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW36-HRS-demo-debug-error-No-source-available/m-p/1089527#M9936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mo Xinyu, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The HRS example project included in the KW36's SDK by default comes with Low-Power mode enabled, causing the device to go to sleep when running the example.&lt;/P&gt;&lt;P&gt;The device can be mass-erased by using an "unlock kinetis" command in J-Link Commander, or a mass erase command through MCUXpresso, which works as well.&lt;/P&gt;&lt;P&gt;Low-Power mode can be disabled by setting the following macro (in the app_preinclude.h header file) to a 0, like so:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/* Enable/Disable PowerDown functionality in PwrLib */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define cPWR_UsePowerDownMode           0‍‍&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 17:18:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW36-HRS-demo-debug-error-No-source-available/m-p/1089527#M9936</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-04-15T17:18:49Z</dc:date>
    </item>
  </channel>
</rss>

