<?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: Jump to other application in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836639#M1613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranran&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Isn't IVT required also for interrupt handling ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;what is required to make interrupt handling supported in the second application ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it depends on used environment: for example in FreeRTOS included in MCUXpresso&lt;BR /&gt;package supports this having additional layer built on top of standard SDK peripheral drivers to &lt;BR /&gt;achieve multithread (RTOS). You can use it or develop own multitask environment using these&lt;BR /&gt;examples as starting point.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2018 10:48:40 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-09-21T10:48:40Z</dc:date>
    <item>
      <title>Jump to other application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836636#M1610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using two seperate applications in out flash.&lt;/P&gt;&lt;P&gt;The 1st application shall jump to the 2nd by using a jump to absolute address (which is the main routine of the 2nd application).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it requited to add IVT to the 2nd application and jump&amp;nbsp; to ivt or can we jump to main routine directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Ranran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 10:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836636#M1610</guid>
      <dc:creator>rans</dc:creator>
      <dc:date>2018-09-18T10:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to other application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836637#M1611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ivt is needed only for boot, so one can jump to main routine directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2018 23:19:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836637#M1611</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-18T23:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to other application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836638#M1612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I may,&amp;nbsp; one more question please on this topic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't&amp;nbsp;&lt;STRONG&gt;IVT &lt;/STRONG&gt;required also for interrupt handling ?&lt;/P&gt;&lt;P&gt;I mean, if there is no &lt;STRONG&gt;IVT&lt;/STRONG&gt; can interrupt still be handled (note that we are using 2 separate applications as I mentioned in the original question above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wwhat is required to make interrupt handling supported in the second application ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;ranran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 08:15:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836638#M1612</guid>
      <dc:creator>rans</dc:creator>
      <dc:date>2018-09-21T08:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to other application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836639#M1613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranran&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;Isn't IVT required also for interrupt handling ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;what is required to make interrupt handling supported in the second application ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it depends on used environment: for example in FreeRTOS included in MCUXpresso&lt;BR /&gt;package supports this having additional layer built on top of standard SDK peripheral drivers to &lt;BR /&gt;achieve multithread (RTOS). You can use it or develop own multitask environment using these&lt;BR /&gt;examples as starting point.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/welcome" title="https://mcuxpresso.nxp.com/en/welcome"&gt;Welcome | MCUXpresso SDK Builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 10:48:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836639#M1613</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-09-21T10:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Jump to other application</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836640#M1614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 20px 0px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Hi Igor,&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;I try to understand what's the function to be called from the 1st application in order to correctly start the 2nd application.&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;As I understand, in order to initialize interrupt vector, it is not main() that should be called, but&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;ResetISR&lt;/STRONG&gt;() instead, because&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;ResetISR&lt;/STRONG&gt;() seems to be the function that allocates ISR and initialize it:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #51626f; font-weight: inherit;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;ResetISR&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;gt;&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px; font-weight: inherit;"&gt;SystemInit&amp;nbsp; -&amp;gt; initialize SBC-&amp;gt;VTOR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Does it sound reasonable to call&amp;nbsp;&lt;EM style="background-color: #f6f6f6; border: 0px; font-weight: inherit;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;ResetISR() instead of main() ?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro" style="border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #cccccc; font-weight: inherit; margin: 10px 0px; padding: 10px 20px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;void&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 13px;"&gt;ResetISR&lt;/STRONG&gt;(void) {&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;// Disable interrupts&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;__asm volatile ("cpsid i");&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;#if defined (__USE_CMSIS)&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 13px;"&gt;SystemInit&lt;/STRONG&gt;();&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;#else&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;....&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;#endif // (__USE_CMSIS)&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;// Call the Redlib library, which in turn calls main()&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 13px;"&gt;__main&lt;/STRONG&gt;();&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;#else&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;main();&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;#endif&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;//&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;// main() shouldn't return, but if it does, we'll just enter an infinite loop&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;//&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;while (1) {&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;void&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 13px;"&gt;SystemInit&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(void) {&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;...&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;#if defined(__MCUXPRESSO)&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;extern uint32_t g_pfnVectors[]; // Vector table defined in startup code&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;SCB-&amp;gt;VTOR = (uint32_t)g_pfnVectors;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;#endif&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;....&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;__attribute__ ((used, section(".isr_vector")))&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;void (* const&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold; font-size: 13px;"&gt;g_pfnVectors&lt;/STRONG&gt;[])(void) = {&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&amp;amp;_vStackTop, // The initial stack pointer&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;ResetISR, // The reset handler&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;NMI_Handler, // The NMI handler&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;HardFault_Handler, // The hard fault handler&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;..&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 13px;"&gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-weight: inherit; font-size: 14px;"&gt; &lt;/DIV&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 14px; margin: 20px 0px 0px;"&gt;&lt;DIV class="" data-comment-id="1060209" style="color: #646464; border: none; font-weight: inherit; font-size: 0.8571rem;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 15:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Jump-to-other-application/m-p/836640#M1614</guid>
      <dc:creator>rans</dc:creator>
      <dc:date>2018-10-07T15:08:30Z</dc:date>
    </item>
  </channel>
</rss>

