<?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: setjmp issues HardFault in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582080#M25243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by taliesin on Tue Jun 15 01:46:23 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;in what time frame will the next version be released?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the setjmp in a piece of code ported from an AVR atmegaXX. It is part of a network stack and handles an asynchronous reset exception there. Replacing the longjmp would cause a major re-write of quite complex and extensively tested code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:41:14 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:41:14Z</dc:date>
    <item>
      <title>setjmp issues HardFault</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582076#M25239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by taliesin on Fri Jun 11 10:05:12 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Even a simple&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
#include &amp;lt;setjmp.h&amp;gt;
#include "LPC11xx.h"

static jmp_buf end_out;

void main(void)
{
&amp;nbsp; setjmp(end_out);
&amp;nbsp; while(1) ;
}
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;leads to a HardFault. Any hints?!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:41:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582076#M25239</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: setjmp issues HardFault</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582077#M25240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Jun 11 11:13:13 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sounds like a potential issue in the C library. We'll investigate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582077#M25240</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: setjmp issues HardFault</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582078#M25241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Mon Jun 14 04:45:49 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to confirm, we will fix this issue in the next LPCXpresso release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582078#M25241</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: setjmp issues HardFault</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582079#M25242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by domen on Mon Jun 14 05:36:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm curious... what do you want to use setjmp for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:41:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582079#M25242</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: setjmp issues HardFault</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582080#M25243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by taliesin on Tue Jun 15 01:46:23 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;in what time frame will the next version be released?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the setjmp in a piece of code ported from an AVR atmegaXX. It is part of a network stack and handles an asynchronous reset exception there. Replacing the longjmp would cause a major re-write of quite complex and extensively tested code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:41:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582080#M25243</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: setjmp issues HardFault</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582081#M25244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Tue Jun 15 02:11:30 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;taliesin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We expect to make a new release of the LPCXpresso IDE within the next few weeks. If you would be interested in trialling the updated setjmp/longjmp, please contact us directly, referencing this thread:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.code-red-tech.com/support.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:41:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/setjmp-issues-HardFault/m-p/582081#M25244</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:41:15Z</dc:date>
    </item>
  </channel>
</rss>

