<?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 How use QSPI Alias region in K82 microcontroller in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-use-QSPI-Alias-region-in-K82-microcontroller/m-p/2181196#M67932</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am currently working with the led_demo_qspi_alias demo project on the FRDM-K82F evaluation board to better understand how to utilize the QSPI alias region on the K82 microcontroller for debugging purposes.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have carefully followed the steps outlined in the MBOOTQSPIUG document, but unfortunately, I have not been able to achieve the expected results.&amp;nbsp;For reference, I have also described my issue in the NXP Community forum under the topic "frdmk82 troubleshooting in using led_demo_qspi_alias example project"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now I decided to have a try by loading the project through a J-Link debugger and MCUXpresso, I observed the following behavior:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;At startup, the program counter appears to be stuck in the bootloader area.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="immagine (2).png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/359751i3CFAEB8798CA03A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="immagine (2).png" alt="immagine (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, if I manually set the program counter to the address of main() (retrieved from the .map file), the debug session starts successfully.&lt;/P&gt;&lt;P&gt;Could you please clarify what might be causing this behavior? Is there a recommended way to bypass this startup issue, especially considering that the procedure in the MBOOTQSPIUG document does not seem to work in my case?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance for your support.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Vladimir Zitoli&lt;/P&gt;</description>
    <pubDate>Tue, 07 Oct 2025 12:27:23 GMT</pubDate>
    <dc:creator>Vladimir_Zitoli</dc:creator>
    <dc:date>2025-10-07T12:27:23Z</dc:date>
    <item>
      <title>How use QSPI Alias region in K82 microcontroller</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-use-QSPI-Alias-region-in-K82-microcontroller/m-p/2181196#M67932</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am currently working with the led_demo_qspi_alias demo project on the FRDM-K82F evaluation board to better understand how to utilize the QSPI alias region on the K82 microcontroller for debugging purposes.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have carefully followed the steps outlined in the MBOOTQSPIUG document, but unfortunately, I have not been able to achieve the expected results.&amp;nbsp;For reference, I have also described my issue in the NXP Community forum under the topic "frdmk82 troubleshooting in using led_demo_qspi_alias example project"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now I decided to have a try by loading the project through a J-Link debugger and MCUXpresso, I observed the following behavior:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;At startup, the program counter appears to be stuck in the bootloader area.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="immagine (2).png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/359751i3CFAEB8798CA03A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="immagine (2).png" alt="immagine (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, if I manually set the program counter to the address of main() (retrieved from the .map file), the debug session starts successfully.&lt;/P&gt;&lt;P&gt;Could you please clarify what might be causing this behavior? Is there a recommended way to bypass this startup issue, especially considering that the procedure in the MBOOTQSPIUG document does not seem to work in my case?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you in advance for your support.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Vladimir Zitoli&lt;/P&gt;</description>
      <pubDate>Tue, 07 Oct 2025 12:27:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-use-QSPI-Alias-region-in-K82-microcontroller/m-p/2181196#M67932</guid>
      <dc:creator>Vladimir_Zitoli</dc:creator>
      <dc:date>2025-10-07T12:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: How use QSPI Alias region in K82 microcontroller</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-use-QSPI-Alias-region-in-K82-microcontroller/m-p/2184252#M67952</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/254001"&gt;@Vladimir_Zitoli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for contacting us.&lt;/P&gt;
&lt;P&gt;- Have you referred to "Chapter 8&amp;nbsp;Application running on QuadSPI alias area"&amp;nbsp; of &lt;SPAN&gt;MBOOTQSPIUG document ?&amp;nbsp;&lt;/SPAN&gt;This chapter explains how to download and run an application from the alias memory region. Please note that the steps instruction are based on the IAR IDE. If you are using MCUXpresso IDE, pay special attention when configuring the linker file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1760171548226.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/360352i539569CAD25BA27B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1760171548226.png" alt="Alice_Yang_1-1760171548226.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;- If your goal is simply to debug the “led_demo_qspi_alias_a000” demo on MCUXpresso IDE, please just change the &lt;STRONG&gt;Reset Handling&lt;/STRONG&gt; setting to &lt;STRONG&gt;SOFT&lt;/STRONG&gt; as shown below.&lt;/P&gt;
&lt;P&gt;Change debug probe on board to CMSIS-DAP.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1760171495668.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/360351iAFE81804925C4FBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1760171495668.png" alt="Alice_Yang_0-1760171495668.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2025 08:32:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-use-QSPI-Alias-region-in-K82-microcontroller/m-p/2184252#M67952</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-10-11T08:32:46Z</dc:date>
    </item>
  </channel>
</rss>

