<?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: SW reset on RT1170 with octal flash enable but failed in MCX Microcontrollers</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/SW-reset-on-RT1170-with-octal-flash-enable-but-failed/m-p/1909684#M1187</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/169773"&gt;@pupu_ji&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give me more details?&lt;/P&gt;
&lt;P&gt;"But when enabling octal flash,&amp;nbsp;helloworld is only printed once in the serial port"&lt;/P&gt;
&lt;P&gt;Do you mean that you change Octal flash?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2024 10:14:24 GMT</pubDate>
    <dc:creator>Harry_Zhang</dc:creator>
    <dc:date>2024-07-16T10:14:24Z</dc:date>
    <item>
      <title>SW reset on RT1170 with octal flash enable but failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/SW-reset-on-RT1170-with-octal-flash-enable-but-failed/m-p/1909554#M1161</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I use hello world example to test software reset on rt1170 demo board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If using qspi flash, reset is successful and helloworld can be printed in a loop in the serial port. But when enabling octal flash, helloworld is only printed once in the serial port, which seems that reset is not successful.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you provide some direction to solve the problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;int main(void)
{
    char ch;
    __enable_irq();



    /* Init board hardware. */
    BOARD_ConfigMPU();
    BOARD_InitPins();
    BOARD_BootClockRUN();
    BOARD_InitDebugConsole();


    SCB_DisableICache();
    GPIO_PinWrite(GPIO9, 03U, 0U);
	// Delay some time to reset external flash with Flash_RST pin
	for (uint32_t i = 0; i &amp;lt; 60000; i++)
		__asm volatile ("nop");
	GPIO_PinWrite(GPIO9, 03U, 1U);
	SCB_EnableICache();

    PRINTF("hello world.\r\n");
    __disable_irq();
    NVIC_SystemReset();

    PRINTF("1111111111111111111111111111.\r\n");


    while (1)
    {
        //ch = GETCHAR();
        //PUTCHAR(ch);
    	PRINTF("2222.\r\n");
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 08:14:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/SW-reset-on-RT1170-with-octal-flash-enable-but-failed/m-p/1909554#M1161</guid>
      <dc:creator>pupu_ji</dc:creator>
      <dc:date>2024-07-16T08:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: SW reset on RT1170 with octal flash enable but failed</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/SW-reset-on-RT1170-with-octal-flash-enable-but-failed/m-p/1909684#M1187</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/169773"&gt;@pupu_ji&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give me more details?&lt;/P&gt;
&lt;P&gt;"But when enabling octal flash,&amp;nbsp;helloworld is only printed once in the serial port"&lt;/P&gt;
&lt;P&gt;Do you mean that you change Octal flash?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 10:14:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/SW-reset-on-RT1170-with-octal-flash-enable-but-failed/m-p/1909684#M1187</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-07-16T10:14:24Z</dc:date>
    </item>
  </channel>
</rss>

