<?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: SIGINT interrupt with FreeRTOS Blinky running from RAM in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565329#M17944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Thu Nov 27 05:55:20 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Using your image, I can replicate but not consistently. My suspicion is that this is something to do with the way the debug tools take control of the board for debugging a RAM image - particularly if you have something in flash which is getting run before the debugger connects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try the following and see if any of them make any difference to the behaviour you are seeing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) When you turn on the board (or reset it), ensure that you pull ISP to stop any code in flash being run. Now try debugging your RAM image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Set the boot pins for your boot so that the MCU comes up in DFUboot mode (rather than running any code in flash). Now try debugging your image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) If you have your board configured to boot from SPIFI flash, create a simple non-lpcopen C project (and don't link to any driver libraries), configure this to be download and run from your flash. Debug this. Then try debugging your RAM image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:56:00 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:56:00Z</dc:date>
    <item>
      <title>SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565321#M17936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hzoli on Tue Nov 25 05:50:46 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a LPC4320 Freertos project running from RAM using LPCXpresso V7.5. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The project is downloaded into a customer board. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I always get SIGINT interrupt in prvPortStartFirstTask() function at calling SVC interrupt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the same problem with LPCOpen Freertos blinky example project when running from RAM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I searched this forum, but the only thing I have found, that it is caused by WFI, but it is not called in my project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone tell me how to solve this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zoltan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:55:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565321#M17936</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565322#M17937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by &lt;A href="https://community.nxp.com/www.FreeRTOS.org" target="test_blank"&gt;www.FreeRTOS.org&lt;/A&gt; on Wed Nov 26 02:32:51 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't answer your question directly because I don't know what a sigint interrupt is in relation to either an ARM Cortex-M or an LPC43xx.&amp;nbsp; I have searched the ARM technical reference manual, ARM architecture reference manual, and LPC4320 user manual for "sigint" and don't get any hits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;However, if you are getting a problem with the prvPortStartFirstTask() function the first thing to look at is the vector table.&amp;nbsp; Have you installed the FreeRTOS interrupt handlers?&amp;nbsp; See the "Special note for Cortex-M users" in the first item of the following FAQ page: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.freertos.org%2FFAQHelp.html" rel="nofollow" target="_blank"&gt;http://www.freertos.org/FAQHelp.html&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:55:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565322#M17937</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565323#M17938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hzoli on Wed Nov 26 03:51:47 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Richard, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SIGINT is actually not an ARM or Processor specific interrupt, I am not sure but I think it is somehow related to LPC-Link 2 debugger I use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I run the code the debugger stops the execution of code at SVC call without setting any breakpoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the the Freertos blinky example unchanged, that is delivered with LPCXpresso install. Freertos specific interrupt handlers are installed by defining them in FreeRTOSConfig.h Freertos version is V7.6.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define vPortSVCHandler SVC_Handler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define xPortPendSVHandler PendSV_Handler&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#define xPortSysTickHandler SysTick_Handler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It also works if I run the image from SPIFI flash. I only have this problem when I run the code from internal RAM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zoltan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:55:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565323#M17938</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565324#M17939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Nov 26 03:53:25 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;SIGINT will normally be an indication that the debugger has trapped a hard fault or similar. For more information see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fdebugging-hard-fault" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/debugging-hard-fault&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But the fact that this is on the SVC might be explained by you not having the FreeRTOS SVD handler properly installed within your application. For background on handlers, see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fstartup-code-interrupt-handlers" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/startup-code-interrupt-handlers&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:55:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565324#M17939</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565325#M17940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Wed Nov 26 04:58:31 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are running from RAM, you might need to check where &lt;/SPAN&gt;&lt;A href="http://http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/Ciheijba.html"&gt;VTOR (Vector Table Offset Register)&lt;/A&gt;&lt;SPAN&gt; is set for. Otherwise exceptions may not jump to where you think they should.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:55:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565325#M17940</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565326#M17941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hzoli on Wed Nov 26 08:25:52 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;VTOR is set correctly. The project is started and stops first at the beginning of main().&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error comes at executing 'svc 0' in prvPortStartFirstTask() function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also checked in vector table that SVC_Handler, PendSV_Handler and SysTick_Handler addresses in vector table pointing to vPortSVCHandler, xPortPendSVHandler and xPortSysTickHandler ported by FreeRTOS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The project works as expected if I run it from external SPIFI NOR flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565326#M17941</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565327#M17942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Nov 26 09:22:28 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What debug probe are you using? In particular if it is an LPC-Link2&amp;nbsp; (or another probe that connects via 'redlink server') then make sure you are running the correct connection script if downloading your image directly into RAM. This has been covered a few times in previous threads, for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Fhow-build-and-debug-lpc-link-2-lpcxpresso-iram-only-projects" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/how-build-and-debug-lpc-link-2-lpcxpresso-iram-only-projects&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are still having problems then please:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Post your debug log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fdebug-log" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/debug-log&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Post the linker map file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Confirm the actual part number from the top of the MCU on your board. Also confirm what, if any, external memory you are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) And if at all possible, provide an example project that shows up the problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fhow-importexport-projects" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/how-importexport-projects&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For future reference, please also see our LPC43 related FAQs, starting at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Flpc18-lpc43-support" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/lpc18-lpc43-support&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565327#M17942</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565328#M17943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hzoli on Thu Nov 27 05:28:12 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using LPC-Link 2 connecting via Red Link Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I am using the right launch configuration script (LPC18LPC43RamReset.scp), so I attach all of the info you requested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Linker map file is included in project. I changed the original FreeRTOS Blinky LED project to comment out board specific parts:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Board_Init() and Board_LED_Set() calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My LPC part is LPC43S20FBD144, and an external SDRAM type 48LC4M16A2 and external SPIFI NOR flass type S25FL164K are also populated on the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also attached the LPCXpresso screenshot when debugger stopped. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:55:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565328#M17943</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565329#M17944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Thu Nov 27 05:55:20 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Using your image, I can replicate but not consistently. My suspicion is that this is something to do with the way the debug tools take control of the board for debugging a RAM image - particularly if you have something in flash which is getting run before the debugger connects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try the following and see if any of them make any difference to the behaviour you are seeing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) When you turn on the board (or reset it), ensure that you pull ISP to stop any code in flash being run. Now try debugging your RAM image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Set the boot pins for your boot so that the MCU comes up in DFUboot mode (rather than running any code in flash). Now try debugging your image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) If you have your board configured to boot from SPIFI flash, create a simple non-lpcopen C project (and don't link to any driver libraries), configure this to be download and run from your flash. Debug this. Then try debugging your RAM image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:56:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565329#M17944</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: SIGINT interrupt with FreeRTOS Blinky running from RAM</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565330#M17945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hzoli on Fri Nov 28 05:28:21 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried your first suggestion powering up the board while keeping P2_7 pin low to make MCU enter into ISP mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then FreeRTOS has started successfully. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zoltan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:56:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-interrupt-with-FreeRTOS-Blinky-running-from-RAM/m-p/565330#M17945</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:56:01Z</dc:date>
    </item>
  </channel>
</rss>

