<?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>i.MX RT Crossover MCUsのトピックRe: imxRT1060 XIP code not debuging</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535925#M21994</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/182617"&gt;@guillaume_g&lt;/a&gt;&amp;nbsp;，&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;After having a brief review of the demo project, I've not found the definition f flexspi_nor_config_t struct, in my opinion, it's unnecessary to create a demo for testing, just import the demo from the SDK library, then adjust it to fit your board.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 02:24:23 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2022-10-12T02:24:23Z</dc:date>
    <item>
      <title>imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1533912#M21918</link>
      <description>&lt;P&gt;We have design our board using an imxRT1061. When we link application to RAM we are able to launch and debug our program as expected with LPC-Link 2.&lt;/P&gt;&lt;P&gt;We have define FLASH section and select the correct FLASH driver.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_0-1665146896501.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196003i2A8C6D4391CCBDA4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_0-1665146896501.png" alt="guillaume_g_0-1665146896501.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We have define preprocessor directive for XIP&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_1-1665147029010.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196004iDCF6146A3FBB5068/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_1-1665147029010.png" alt="guillaume_g_1-1665147029010.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;On the boot config pin we have select the following config&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_2-1665147208495.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196005i739C308B8601A0F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_2-1665147208495.png" alt="guillaume_g_2-1665147208495.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When debuging, flash seems to be detected and programmed&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_4-1665147421729.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196007i3C720BF5633A894F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_4-1665147421729.png" alt="guillaume_g_4-1665147421729.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Debuger never stop at Main(), and code is not running. when i paused the debuger code seems to be in RAM range at address 0x200xxxxxx.&lt;/P&gt;&lt;P&gt;Seems to be a vector address issue or something like this.&lt;/P&gt;&lt;P&gt;any clue or step by step point check&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 13:07:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1533912#M21918</guid>
      <dc:creator>guillaume_g</dc:creator>
      <dc:date>2022-10-07T13:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534156#M21925</link>
      <description>&lt;P&gt;You set XIP_BOOT_HEADER_ENABLE=0 in preprocessor directive to test BootROM auto-probe feature, right?&lt;/P&gt;
&lt;P&gt;I have one detailed blog on this topic (It is in chinese)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cnblogs.com/henjay724/p/14449341.html" target="_blank" rel="noopener"&gt;https://www.cnblogs.com/henjay724/p/14449341.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can the image boot properly after power-on reset then?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2022 02:25:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534156#M21925</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-10-08T02:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534329#M21937</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/182617"&gt;@guillaume_g&lt;/a&gt;&amp;nbsp;，&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;I think I need more information about your testing environment, such as the schematic, demo code, etc, further, I'd highly recommend you try to use the &lt;A href="https://github.com/JayHeng/NXP-MCUBootUtility" target="_self"&gt;tool&lt;/A&gt; to build a connection with the QSPI to verify the hardware circuit.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 03:18:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534329#M21937</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-10-09T03:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534483#M21947</link>
      <description>&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;the auto probe feature is enable. ihave set the XIP_BOOT_HEADER_ENABLE bit to 0 because in a App note or a forum topic i 'have seen that we should clear it. But it was set to 1 before and i have the same result.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 15:01:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534483#M21947</guid>
      <dc:creator>guillaume_g</dc:creator>
      <dc:date>2022-10-09T15:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534484#M21948</link>
      <description>&lt;P&gt;Hi jeremy,&lt;/P&gt;&lt;P&gt;I have used the tool to burn fuse. I will check how to test flash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 15:04:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534484#M21948</guid>
      <dc:creator>guillaume_g</dc:creator>
      <dc:date>2022-10-09T15:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534967#M21964</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56840"&gt;@jeremyzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;here is some detail on the schematic.&lt;/P&gt;&lt;P&gt;flash part&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_0-1665413671568.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196273i57C72D0F4F4B8E40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_0-1665413671568.png" alt="guillaume_g_0-1665413671568.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;MCU part:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_1-1665413699459.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196274iBE7C51F4335C0EF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_1-1665413699459.png" alt="guillaume_g_1-1665413699459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using MCU expresso V11.5.0&lt;/P&gt;&lt;P&gt;My sample program is base on the blinky test sample program modify to use other GPIO for LED&lt;/P&gt;&lt;P&gt;i made some test as you mention earlier&lt;/P&gt;&lt;P&gt;I have programmed a my blinky test software with the MCU boot utility without error.&lt;/P&gt;&lt;P&gt;My led are flashing the same way than in RAM debug. when i reset or power again my board my LED are flashing again.&lt;/P&gt;&lt;P&gt;So i'm assuming my flash wiring is correct. but the same program can be debug when linked to RAM and i can't when i try to link it to flash&lt;/P&gt;&lt;P&gt;Sometime i have lot's of trouble to connect my LPC-link2 to the board. I have burn fuse and use the BOOT mode b'00 . Is there some limitation to connect with SWD with this boot config?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 14:59:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1534967#M21964</guid>
      <dc:creator>guillaume_g</dc:creator>
      <dc:date>2022-10-10T14:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535206#M21972</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/182617"&gt;@guillaume_g&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.&lt;BR /&gt;According to your testing, the MCU boot utility tool already programmed the image to the QSPI, further, the RT1052 also can boot up from it successfully, is my understanding right?&lt;BR /&gt;To enable debugging this QSPI, an appropriate flash driver is a precondition, so I'd like to know the kind of firmware of LPC-Link2 you used, Jlink or CMSIS-DAP?&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 02:17:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535206#M21972</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-10-11T02:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535398#M21975</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56840"&gt;@jeremyzhou&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;Your understanding is correct.&lt;/P&gt;&lt;P&gt;I'm using LPC-LINK2 with CMSIS-DAP driver, from my understanding the flash driver is configured with the flash section, in my case the SFDP QSPI driver.&lt;/P&gt;&lt;P&gt;To use SFDP parameter i burn the fuse&amp;nbsp; Boot CFG 0 to 1 to auto probe parameters,is my understanding correct?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_0-1665471527633.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196375i25D2B3C00FD59FC2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_0-1665471527633.png" alt="guillaume_g_0-1665471527633.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 07:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535398#M21975</guid>
      <dc:creator>guillaume_g</dc:creator>
      <dc:date>2022-10-11T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535495#M21977</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/182617"&gt;@guillaume_g&lt;/a&gt;&amp;nbsp;，&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Can you share the demo project you tested with?&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 08:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535495#M21977</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-10-11T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535688#M21982</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56840"&gt;@jeremyzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the project i used for my test&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 14:00:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535688#M21982</guid>
      <dc:creator>guillaume_g</dc:creator>
      <dc:date>2022-10-11T14:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535925#M21994</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/182617"&gt;@guillaume_g&lt;/a&gt;&amp;nbsp;，&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;After having a brief review of the demo project, I've not found the definition f flexspi_nor_config_t struct, in my opinion, it's unnecessary to create a demo for testing, just import the demo from the SDK library, then adjust it to fit your board.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 02:24:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1535925#M21994</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-10-12T02:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1537251#M22024</link>
      <description>&lt;P&gt;hi&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56840"&gt;@jeremyzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made the test with a fresh blinky LED SDK project. And it work fine.&lt;/P&gt;&lt;P&gt;So the issue is due to the fact that we have an internal requirement to remove SDK from our project.&lt;/P&gt;&lt;P&gt;Is the XIP directory of the SDK project contain all the information needed to boot from FLASH?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_0-1665676710290.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196671i1B1FBCE1079FB29F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_0-1665676710290.png" alt="guillaume_g_0-1665676710290.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Or is there some APP NOTE that talk about the FDCB creation?&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 15:58:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1537251#M22024</guid>
      <dc:creator>guillaume_g</dc:creator>
      <dc:date>2022-10-13T15:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1537721#M22038</link>
      <description>&lt;P&gt;hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/56840"&gt;@jeremyzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to make a quick and dirty test, copying the file in the XIP directory of the SDK project into my own project.&lt;/P&gt;&lt;P&gt;i set the preprocessor directive "XIP_BOOT_HEADER_ENABLE=1" to add flash configuration data in the image.&lt;/P&gt;&lt;P&gt;but when i compiled the code in the editor MCU expresso said me that defined is not set&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_1-1665737623196.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196797i09B977C79AD1C423/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_1-1665737623196.png" alt="guillaume_g_1-1665737623196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And when i look into the console, i have two files that are compiled with the defined set to 0&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="guillaume_g_2-1665737809350.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/196799i60AEEFC8E8CCE81B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guillaume_g_2-1665737809350.png" alt="guillaume_g_2-1665737809350.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The two file are evkmimxrt1060_flexspi_nor_config.c and fsl_flexspi_nor_boot.c.&lt;/P&gt;&lt;P&gt;The file added from the SDK project.&lt;/P&gt;&lt;P&gt;I don't see where this defined is cleared.&lt;/P&gt;&lt;P&gt;Any clue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 08:58:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1537721#M22038</guid>
      <dc:creator>guillaume_g</dc:creator>
      <dc:date>2022-10-14T08:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: imxRT1060 XIP code not debuging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1538429#M22059</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/182617"&gt;@guillaume_g&lt;/a&gt;&amp;nbsp;，&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;1) Is the XIP directory of the SDK project contain all the information needed to boot from FLASH?&lt;BR /&gt;-- Yes, and the FDCB is unnecessary to provide manually once enable the auto-probe function, however, it still needs to keep the memory space for storing the FDCB.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-----------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 08:33:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/imxRT1060-XIP-code-not-debuging/m-p/1538429#M22059</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-10-17T08:33:02Z</dc:date>
    </item>
  </channel>
</rss>

