<?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: Problem with debugging RT1062 on Ulink2 in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1360471#M16842</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192404"&gt;@NVazquez&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;1. Do you mean you are using ：W25Q128JV&lt;/P&gt;
&lt;P&gt;This chip is the 3.3V chip:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://datasheet.lcsc.com/szlcsc/Winbond-Elec-W25Q128JVFIQ_C111478.pdf" target="_blank"&gt;https://datasheet.lcsc.com/szlcsc/Winbond-Elec-W25Q128JVFIQ_C111478.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So, in your RT1062, do you power on it with 3.3V?&lt;/P&gt;
&lt;P&gt;2. About the :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SDK_2_10_1_EVK-MIMXRT1060\boards\evkmimxrt1060\driver_examples\flexspi\nor\polling_transfer&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;running in the internal RAM, you need to modify the LUT at first.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;const uint32_t customLUT[CUSTOM_LUT_LENGTH] = {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Modify :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; /* Erase Sector */&lt;BR /&gt;[4 * NOR_CMD_LUT_SEQ_IDX_ERASESECTOR] =&lt;BR /&gt;FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, 0xD7, kFLEXSPI_Command_RADDR_SDR, kFLEXSPI_1PAD, 0x18),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; /* Erase Sector */&lt;BR /&gt;[4 * NOR_CMD_LUT_SEQ_IDX_ERASESECTOR] =&lt;BR /&gt;FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, &lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;0x20&lt;/STRONG&gt;&lt;/FONT&gt;, kFLEXSPI_Command_RADDR_SDR, kFLEXSPI_1PAD, 0x18),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Modify:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; /* Enable Quad mode */&lt;BR /&gt;[4 * NOR_CMD_LUT_SEQ_IDX_WRITESTATUSREG] =&lt;BR /&gt;FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, 0x01, kFLEXSPI_Command_WRITE_SDR, kFLEXSPI_1PAD, 0x04),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; /* Enable Quad mode */&lt;BR /&gt;[4 * NOR_CMD_LUT_SEQ_IDX_WRITESTATUSREG] =&lt;BR /&gt;FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, &lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;0x31&lt;/STRONG&gt;&lt;/FONT&gt;, kFLEXSPI_Command_WRITE_SDR, kFLEXSPI_1PAD, 0x04),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Modify&amp;nbsp; QE bit position:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#define FLASH_QUAD_ENABLE 0x40&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#define FLASH_QUAD_ENABLE 0x02&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then test it again, and also give me your test printf result. I need to check it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. &amp;nbsp;MCUboot utility test result is OK.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Please use the JLINK as the debugger, then I think you also can use the RT-UFL, you can refer to this post:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT600-MCUXpresso-JLINK-debug-QSPI-flash/ta-p/1345484" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT600-MCUXpresso-JLINK-debug-QSPI-flash/ta-p/1345484&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As I know, the RT-UFL can support your QSPI directly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any updated information, please kindly let me know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Oct 2021 03:26:45 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2021-10-25T03:26:45Z</dc:date>
    <item>
      <title>Problem with debugging RT1062 on Ulink2</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359004#M16793</link>
      <description>&lt;P&gt;I am using RT1062 with custom made board. I cannot debug,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is some of the console data,&lt;/P&gt;&lt;P&gt;Opening flash driver MIMXRT1060_SFDP_QSPI.cfx&lt;BR /&gt;Sending VECTRESET to run flash driver&lt;BR /&gt;Flash variant 'JEDEC_SFDP_Device' detected (16MB = 256*64K at 0x60000000)&lt;BR /&gt;Closing flash driver MIMXRT1060_SFDP_QSPI.cfx&lt;BR /&gt;Connected: was_reset=false. was_stopped=true&lt;BR /&gt;Awaiting telnet connection to port 3330 ...&lt;BR /&gt;GDB nonstop mode enabled&lt;BR /&gt;Opening flash driver MIMXRT1060_SFDP_QSPI.cfx (already resident)&lt;BR /&gt;Sending VECTRESET to run flash driver&lt;BR /&gt;Flash variant 'JEDEC_SFDP_Device' detected (16MB = 256*64K at 0x60000000)&lt;BR /&gt;Writing 13652 bytes to address 0x60002000 in Flash&lt;BR /&gt;Sectors written: 0, unchanged: 1, total: 1&lt;BR /&gt;Erased/Wrote sector 0-0 with 13652 bytes in 349msec&lt;BR /&gt;Closing flash driver MIMXRT1060_SFDP_QSPI.cfx&lt;BR /&gt;Flash Write Done&lt;BR /&gt;Flash Program Summary: 13652 bytes in 0.35 seconds (38.20 KB/sec)&lt;BR /&gt;Starting execution using system reset and halt target&lt;BR /&gt;Stopped (Was Reset) [Reset from Unknown]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if it is because I need to set nothing at the default Flash Driver.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhule_0-1634769143884.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/159685iECEA00324517EDBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhule_0-1634769143884.png" alt="Nhule_0-1634769143884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 22:32:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359004#M16793</guid>
      <dc:creator>NVazquez</dc:creator>
      <dc:date>2021-10-20T22:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with debugging RT1062 on Ulink2</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359199#M16797</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192404"&gt;@NVazquez&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please note,&amp;nbsp;&lt;SPAN&gt;MIMXRT1060_SFDP_QSPI.cfx is used for the CMSIS DAP debugger, eg, the NXP official RT1062 board is MIMXRT1060-EVK, this on board debugger is CMSIS DAP, so your mentioned .cfx is used for the CMSIS Debugger.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; As I know, different debugger using the different the flash driver file, so our ULINK2 should calls your ULINK2 driver related flash driver.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; So, do you have any other debugger? I suggest you use the JLINK or CMSIS DAP, as this is the normal used debugger for the RT chip.&amp;nbsp; The NXP LPC-LINK2, MCU-LINK also support it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Please also check your customer board, whether you are using the QSPI chip which is the same as teh MIMXRT1060-EVK board, or other flash chip.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 05:43:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359199#M16797</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-10-21T05:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with debugging RT1062 on Ulink2</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359590#M16810</link>
      <description>&lt;P&gt;I tried using J-link debugger, I am getting same result.&lt;/P&gt;&lt;P&gt;I confirmed the board I am using has QSPI chip, so "&lt;SPAN&gt;MIMXRT1060_SFDP_QSPI.cfx&lt;/SPAN&gt;" is set correct.&lt;/P&gt;&lt;P&gt;This is what I get when I try to debug in the debug console,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Program stopped.&lt;BR /&gt;0x0020ed48 in ?? ()&lt;/P&gt;&lt;P&gt;Program received signal SIGINT, Interrupt.&lt;BR /&gt;0x0021a5c8 in ?? ()&lt;BR /&gt;Note: automatically using hardware breakpoints for read-only addresses.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 15:59:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359590#M16810</guid>
      <dc:creator>NVazquez</dc:creator>
      <dc:date>2021-10-21T15:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with debugging RT1062 on Ulink2</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359613#M16812</link>
      <description>&lt;P&gt;I looked up the user guide, section 10.1(Starting a debug session) page number 78, the program stops at main() at xxx.c. But when I try to debug the program stops at Thread #11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhule_0-1634834910758.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/159786iA8B2FD4177FE354D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhule_0-1634834910758.png" alt="Nhule_0-1634834910758.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why I am getting stuck in Thread.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 16:48:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359613#M16812</guid>
      <dc:creator>NVazquez</dc:creator>
      <dc:date>2021-10-21T16:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with debugging RT1062 on Ulink2</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359785#M16816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192404"&gt;@NVazquez&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Thanks for your effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please let me know your used QSPI detail chip partnumber.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please download this SDK code to test your QSPI flash at first in the RAM:&lt;/P&gt;
&lt;P&gt;SDK_2_10_1_EVK-MIMXRT1060\boards\evkmimxrt1060\driver_examples\flexspi\nor\polling_transfer&lt;/P&gt;
&lt;P&gt;Test it, whether you can finish the external flash erase, read and program operation at first.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1634871412194.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/159827i89AF33A93496F6AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1634871412194.png" alt="kerryzhou_0-1634871412194.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please also check your RT boot mode, whether it is the internal boot mode?&amp;nbsp; BOOT_MODE[1:0]=10.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any test result, just kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;kerry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 02:57:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1359785#M16816</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-10-22T02:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with debugging RT1062 on Ulink2</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1360240#M16830</link>
      <description>&lt;P&gt;The Qspi I am using is 25Q128JV.&lt;/P&gt;&lt;P&gt;When I tried to debug after selecting the "link application to RAM" option I was able to debug and I am transmitting something(some dots and not the correct data).&lt;/P&gt;&lt;P&gt;But I can't program when "Link application to RAM" is selected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I get.&lt;/P&gt;&lt;P&gt;Connected: was_reset=false. was_stopped=true&lt;BR /&gt;( 70) License Check Complete&lt;BR /&gt;File 'SerialCommProject.axf' load failure: Ef(11). No flash configured.&lt;BR /&gt;(100) Target Connection Failed&lt;BR /&gt;Unable to perform operation!&lt;BR /&gt;Command failed with exit code 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also had to change the size of the Flash in order to debug the code in main(), this is what I have set, I don't know if it's correct.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhule_0-1634927507075.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/159922i47F0F83AD02C9512/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhule_0-1634927507075.png" alt="Nhule_0-1634927507075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What should be the boot mode set to? where can I check it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried using MCUboot utility I was able to read and erase the flash. I can also see&amp;nbsp; in console,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Loading 'SerialCommProject.axf' ELF 0x60000000 len 0x4C6C&lt;BR /&gt;Opening flash driver MIMXRT1060_SFDP_QSPI.cfx (already resident)&lt;BR /&gt;Sending VECTRESET to run flash driver&lt;BR /&gt;Flash variant 'JEDEC_SFDP_Device' detected (16MB = 256*64K at 0x60000000)&lt;BR /&gt;Writing 19564 bytes to address 0x60000000 in Flash&lt;BR /&gt;1 of 1 ( 0) Writing sectors 0-0 at 0x60000000 with 19564 bytes&lt;BR /&gt;( 0) at 60000000: 0 bytes - 0/19564&lt;BR /&gt;(100) at 60000000: 65536 bytes - 65536/19564&lt;BR /&gt;Sectors written: 0, unchanged: 1, total: 1&lt;BR /&gt;Erased/Wrote sector 0-0 with 19564 bytes in 35msec&lt;BR /&gt;Closing flash driver MIMXRT1060_SFDP_QSPI.cfx&lt;BR /&gt;(100) Finished writing Flash successfully.&lt;BR /&gt;Flash Write Done&lt;BR /&gt;Loaded 0x4C6C bytes in 454ms (about 43kB/s)&lt;BR /&gt;Reset target (system)&lt;BR /&gt;Starting execution using system reset&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 18:35:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1360240#M16830</guid>
      <dc:creator>NVazquez</dc:creator>
      <dc:date>2021-10-22T18:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with debugging RT1062 on Ulink2</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1360471#M16842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192404"&gt;@NVazquez&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;1. Do you mean you are using ：W25Q128JV&lt;/P&gt;
&lt;P&gt;This chip is the 3.3V chip:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://datasheet.lcsc.com/szlcsc/Winbond-Elec-W25Q128JVFIQ_C111478.pdf" target="_blank"&gt;https://datasheet.lcsc.com/szlcsc/Winbond-Elec-W25Q128JVFIQ_C111478.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So, in your RT1062, do you power on it with 3.3V?&lt;/P&gt;
&lt;P&gt;2. About the :&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SDK_2_10_1_EVK-MIMXRT1060\boards\evkmimxrt1060\driver_examples\flexspi\nor\polling_transfer&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;running in the internal RAM, you need to modify the LUT at first.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;const uint32_t customLUT[CUSTOM_LUT_LENGTH] = {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Modify :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; /* Erase Sector */&lt;BR /&gt;[4 * NOR_CMD_LUT_SEQ_IDX_ERASESECTOR] =&lt;BR /&gt;FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, 0xD7, kFLEXSPI_Command_RADDR_SDR, kFLEXSPI_1PAD, 0x18),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; /* Erase Sector */&lt;BR /&gt;[4 * NOR_CMD_LUT_SEQ_IDX_ERASESECTOR] =&lt;BR /&gt;FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, &lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;0x20&lt;/STRONG&gt;&lt;/FONT&gt;, kFLEXSPI_Command_RADDR_SDR, kFLEXSPI_1PAD, 0x18),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Modify:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; /* Enable Quad mode */&lt;BR /&gt;[4 * NOR_CMD_LUT_SEQ_IDX_WRITESTATUSREG] =&lt;BR /&gt;FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, 0x01, kFLEXSPI_Command_WRITE_SDR, kFLEXSPI_1PAD, 0x04),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; /* Enable Quad mode */&lt;BR /&gt;[4 * NOR_CMD_LUT_SEQ_IDX_WRITESTATUSREG] =&lt;BR /&gt;FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, &lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;0x31&lt;/STRONG&gt;&lt;/FONT&gt;, kFLEXSPI_Command_WRITE_SDR, kFLEXSPI_1PAD, 0x04),&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Modify&amp;nbsp; QE bit position:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#define FLASH_QUAD_ENABLE 0x40&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#define FLASH_QUAD_ENABLE 0x02&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then test it again, and also give me your test printf result. I need to check it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. &amp;nbsp;MCUboot utility test result is OK.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Please use the JLINK as the debugger, then I think you also can use the RT-UFL, you can refer to this post:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT600-MCUXpresso-JLINK-debug-QSPI-flash/ta-p/1345484" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/RT600-MCUXpresso-JLINK-debug-QSPI-flash/ta-p/1345484&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As I know, the RT-UFL can support your QSPI directly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Any updated information, please kindly let me know.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Oct 2021 03:26:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Problem-with-debugging-RT1062-on-Ulink2/m-p/1360471#M16842</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-10-25T03:26:45Z</dc:date>
    </item>
  </channel>
</rss>

