<?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: LPC55S69 multicore SDK example fails upon nRESET or power cycle in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1312443#M45947</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;RyanM&lt;/SPAN&gt;&lt;SPAN&gt;314,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As Converse said, the&amp;nbsp;&lt;/SPAN&gt;Semihost need work with debugger.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 08:07:53 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-07-23T08:07:53Z</dc:date>
    <item>
      <title>LPC55S69 multicore SDK example fails upon nRESET or power cycle</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1310079#M45901</link>
      <description>&lt;P&gt;My company has been developing an application using the multicore SDK example, but this code only runs when using the MCUXpresso debugger before any nRESET or power cycle. The SDK example codes: 'lpcxpresso55s69_multicore_manager_cm33_core0' and 'lpcxpresso55s69_multicore_manager_cm33_core1' work only when using the MCUXpresso debugger and immediately after pressing 'Terminate All Debug Sessions'. As soon as the nRESET is applied, the red LED fails to toggle. This code also fails after power cycling and pressing nRESET.&lt;/P&gt;&lt;P&gt;After some debugging by attaching the CMSIS-DAP debug probe, it seems that the hard-fault handler is being invoked upon the subsequent boot after nRESET. The hard fault handler is not invoked when reattaching a debug probe to the multi-core SDK example without a power cycle or press of nRESET after flashing.&lt;/P&gt;&lt;P&gt;The hardfault handler link register contained a value in the MAILBOX_SetValueBits(...) function which seems to indicate a problem with the mailbox. I am not sure if this specific link register value is reproducible, it just happened upon some initial testing.&lt;/P&gt;&lt;P&gt;Any ideas on how to solve this problem? Any help is appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 23:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1310079#M45901</guid>
      <dc:creator>RyanM314</dc:creator>
      <dc:date>2021-07-19T23:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 multicore SDK example fails upon nRESET or power cycle</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1311827#M45934</link>
      <description>&lt;P&gt;Hello&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-I lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189182" target="_self" aria-label="View Profile of RyanM314"&gt;&lt;SPAN class=""&gt;RyanM314&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;Dose your project includes Semihost like printf ?&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, 22 Jul 2021 07:57:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1311827#M45934</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-07-22T07:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 multicore SDK example fails upon nRESET or power cycle</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1312024#M45938</link>
      <description>&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;Thank you for the reply!&lt;/P&gt;&lt;P&gt;I did include the Semihost so I have access to printf(), but it seems that the way that printf works makes it hard fault after an nRESET.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get around this problem, I simply pruned the printf() statements for a release version and it worked.&lt;/P&gt;&lt;P&gt;That said, there probably shouldn't be a hard fault if using printf() in the release version after including the Semihost. That seems like there might be an issue with the way printf() is redefined in stdio.h.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 13:12:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1312024#M45938</guid>
      <dc:creator>RyanM314</dc:creator>
      <dc:date>2021-07-22T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 multicore SDK example fails upon nRESET or power cycle</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1312090#M45939</link>
      <description>&lt;P&gt;Semihosting explicitly requires a debugger to work. This&amp;nbsp;is by design.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 15:09:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1312090#M45939</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2021-07-22T15:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 multicore SDK example fails upon nRESET or power cycle</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1312443#M45947</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;RyanM&lt;/SPAN&gt;&lt;SPAN&gt;314,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As Converse said, the&amp;nbsp;&lt;/SPAN&gt;Semihost need work with debugger.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 08:07:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-multicore-SDK-example-fails-upon-nRESET-or-power-cycle/m-p/1312443#M45947</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-07-23T08:07:53Z</dc:date>
    </item>
  </channel>
</rss>

