<?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>LPC MicrocontrollersのトピックIAP_ReinvokeISP on LPC54606 with FreeRTOS</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1760629#M54758</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to run the ISP mode on UART from program using FreeRTOS.&lt;/P&gt;&lt;P&gt;It's working before running FreeRTOS tasks, but when i call this in a FreeRTOS Task, the program stop but the ISP doesn't respond.&lt;/P&gt;&lt;P&gt;The call :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;uint32_t st=0;
IAP_ReinvokeISP((uint8_t)6, &amp;amp;st);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try with "&lt;SPAN&gt;__disable_irq();" before the call, same result.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Context : MCUXPRESO V11.8, FreeRTOS V10.5.1, IAP SDK 2.0.7&lt;/P&gt;&lt;P&gt;If someone have a suggestion, i take it &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;Thanks, Philippe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 09:50:47 GMT</pubDate>
    <dc:creator>gph</dc:creator>
    <dc:date>2023-11-21T09:50:47Z</dc:date>
    <item>
      <title>IAP_ReinvokeISP on LPC54606 with FreeRTOS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1760629#M54758</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to run the ISP mode on UART from program using FreeRTOS.&lt;/P&gt;&lt;P&gt;It's working before running FreeRTOS tasks, but when i call this in a FreeRTOS Task, the program stop but the ISP doesn't respond.&lt;/P&gt;&lt;P&gt;The call :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;uint32_t st=0;
IAP_ReinvokeISP((uint8_t)6, &amp;amp;st);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll try with "&lt;SPAN&gt;__disable_irq();" before the call, same result.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Context : MCUXPRESO V11.8, FreeRTOS V10.5.1, IAP SDK 2.0.7&lt;/P&gt;&lt;P&gt;If someone have a suggestion, i take it &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;&lt;P&gt;Thanks, Philippe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 09:50:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1760629#M54758</guid>
      <dc:creator>gph</dc:creator>
      <dc:date>2023-11-21T09:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: IAP_ReinvokeISP on LPC54606 with FreeRTOS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1762549#M54769</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/125734"&gt;@gph&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please use latest SDK version, also based on a simple FreeRTOS demo to check.&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;</description>
      <pubDate>Thu, 23 Nov 2023 09:07:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1762549#M54769</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-11-23T09:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: IAP_ReinvokeISP on LPC54606 with FreeRTOS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1762743#M54781</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;This is the latest SDK version. (The version give is not the SDK but only the IAP drivers given by the manager).&lt;/P&gt;&lt;P&gt;As i sayed : SDK function is working out of FreeRTOS task, but not in FreeRTOS task.&lt;/P&gt;&lt;P&gt;In my case the decision to swap to ISP mode can be made only in FreeRTOS task.&lt;/P&gt;&lt;P&gt;Is there a way to do ReinvokeISP in FreeRTOS task ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, Philippe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 13:31:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1762743#M54781</guid>
      <dc:creator>gph</dc:creator>
      <dc:date>2023-11-23T13:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: IAP_ReinvokeISP on LPC54606 with FreeRTOS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1764792#M54810</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/125734"&gt;@gph&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I made a simple demo for you, it is based on LPC54628, the same with your chip, you can refer to it.&lt;/P&gt;
&lt;P&gt;Also, you can send your project to me, I help to check the issue.&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;</description>
      <pubDate>Tue, 28 Nov 2023 09:50:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1764792#M54810</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-11-28T09:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: IAP_ReinvokeISP on LPC54606 with FreeRTOS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1767235#M54855</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I use a workaround.&lt;/P&gt;&lt;P&gt;I put a TAG in Eeprom and reset when i am in FreeRTOS. In startup i'll check the TAG and switch to ISP mode if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 10:48:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IAP-ReinvokeISP-on-LPC54606-with-FreeRTOS/m-p/1767235#M54855</guid>
      <dc:creator>gph</dc:creator>
      <dc:date>2023-12-01T10:48:17Z</dc:date>
    </item>
  </channel>
</rss>

