<?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のトピックRe: AN10995 - Hardfauld problem</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683146#M27488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="298329" data-username="thomashavregaardsoerensen" href="https://community.nxp.com/people/thomashavregaardsoerensen"&gt;Thomas Havregaard Soerensen,&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I created the application code by KEIL, and the IDE supports to customize the linker file for program the execute file to assigned area. You can learn the exactly setting via Google.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt; I'd highly recommend you to open a memory window to confirm the application whether locates the start address 0x1000 or not when you debug the bootloader code in the LPCXpresso.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As you know, I didn't do anything change about the bootlaoder code either.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 22 May 2017 06:34:37 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2017-05-22T06:34:37Z</dc:date>
    <item>
      <title>AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683138#M27480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Im trying to get the AN10995 secondary bootloader to work on my LPCXpresso LPC1114 test board.&lt;BR /&gt;When building the bootloader, and opening the terminal program (tera term), i recive C, showing the bootloader is ready for reciving application file.&amp;nbsp;by using xmodem via tera term, to transfere a application (application from AN10995), the terminal then stops reciving C, meaning the transfere has ended, and afterwards is the board reset, now checking the transfered program, validating the checksum and shows a success, but when the program tries to run the inline assembly code (see below), it seems as the program is frozen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;/* Load main stack pointer with application stack pointer initial value,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stored at first location of application area */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;asm volatile("ldr r0, = 0x1000");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;asm volatile("ldr r0, [r0]");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;asm volatile("mov sp, r0");&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;/* Load program counter with application reset vector address, located at&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; second word of application area. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;asm volatile("ldr r0, = 0x1004");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;asm volatile("ldr r0, [r0]");&lt;BR /&gt;&amp;nbsp;&amp;nbsp;asm volatile("mov pc, r0");&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;The debugging showed that the program steps through the assembly commands above, but afterwards jumps to the "Hardfault_Handler" (see code below). This resoults in the&amp;nbsp;IDE giving me an error (error reported by target, included as image)&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;void HardFault_Handler(void)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;/* Re-direct interrupt, get handler address from application vector table */&lt;BR /&gt;&amp;nbsp;asm volatile("ldr r0, =0x100C");&lt;BR /&gt;&amp;nbsp;asm volatile("ldr r0, [r0]");&lt;BR /&gt;&amp;nbsp;asm volatile("mov pc, r0");&lt;BR /&gt;}&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I&amp;nbsp;haven't changed any of the initial settings of either bootloader or application&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hope someone can&amp;nbsp;give me a hint&amp;nbsp;on what could be the problem.&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 08:11:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683138#M27480</guid>
      <dc:creator>thomashavregaar</dc:creator>
      <dc:date>2017-05-17T08:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683139#M27481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="298329" data-username="thomashavregaardsoerensen" href="https://community.nxp.com/people/thomashavregaardsoerensen"&gt;Thomas Havregaard Soerensen&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #000000; font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: inherit; font-size: 13px; font-family: 微软雅黑,sans-serif;"&gt;&lt;SPAN style="background-color: inherit; line-height: 1.5; font-family: Arial,sans-serif;"&gt;T&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial,sans-serif;"&gt;hank you for your interest in NXP Semiconductor products and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5; background-color: inherit;"&gt;the opportunity to serve you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: inherit; font-size: 13px; line-height: 1.5; font-family: 微软雅黑,sans-serif;"&gt;I was wondering if you can exemplifies the steps of testing.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: inherit; font-size: 13px; line-height: 1.5; font-family: 微软雅黑,sans-serif;"&gt;And I hope I can replicate your issue on MCB1114 as I didn't have the LPCXpresso LPC1114 on hand now.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: inherit; font-size: 13px; line-height: 1.5; font-family: 微软雅黑,sans-serif;"&gt;I'll inform you if work it out.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 13px;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #000000; font-family: 微软雅黑; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 21px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 13px;"&gt;TIC&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 04:08:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683139#M27481</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2017-05-18T04:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683140#M27482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="213424" data-username="jeremyzhou" href="https://community.nxp.com/people/jeremyzhou"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;jeremyzhou&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;after the zip file containing the project was imported i opened the bootloader project, and build the project. at first i had a few building issucess, based on a missing line in the linker description. After the project successfully was build, i used the debug function for the project. after this was a success, i connected my leptop with the board using a usb to serial adaptor, enabeling a terminal program to communicat with the board via uart. Then&amp;nbsp;I opened a terminal program. in my case tera term, and saw 'C' was printed too the terminal, indicating that the bootloader had checked the boards eeprom and was ready to recive a new file (.hex). In tera term i then pressed file -&amp;gt; transer -&amp;gt; XMODEM -&amp;gt; send, and found the supplyed .hex file in the application folder. this was then transfered to the on-chip flash.&lt;BR /&gt;after the transfere was completed, the bootloader then preformed a systemReset, now validating that the transfered files checksum was valid, and thereby enabeling the bootloader to access the inline assembly code. at this point is the program freezing.&lt;BR /&gt;&lt;BR /&gt;by using the debug functionality of the IDE, could i step through the program until it reaches the inline assembly code, which resoults in the program jumping to the Hardfault_Handler and giving me the error message included in the img of my original post. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 10:03:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683140#M27482</guid>
      <dc:creator>thomashavregaar</dc:creator>
      <dc:date>2017-05-18T10:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683141#M27483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="298329" data-username="thomashavregaardsoerensen" href="https://community.nxp.com/people/thomashavregaardsoerensen"&gt;Thomas Havregaard Soerensen&lt;/A&gt;&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;Let me introduce the sequence of testing on my site.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;As mentioned before, I only have the MCB1114 board (Fig 1), so I create the simple demo which triggers the LEDs flashing every time when enters Systick interrupt function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;According to your statement, I encounter a weird issue, the HyperTerminal can't receive the 'C' character and target board doesn't response anything to the PC when send the bin file either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;But I have another way to implement it, using the IDE to program the bootloader and application code to the assigned area of the Flash.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;When I debug the bootlaoder demo in the LPCXpresso IDE, I found that the bootloader demo can jump the application successful and in the Fig 2, you would see that &lt;SPAN style="font-family: Arial; color: #000000; font-style: normal; font-variant: normal;"&gt;when an &lt;SPAN style="font-size: 15px;"&gt;Systick&lt;/SPAN&gt; interrupt occurs the CPU gets the address of the interrupt handler from the &lt;SPAN style="font-family: Arial; color: #000000; font-style: normal; font-variant: normal;"&gt;vector table located in sector 0&lt;/SPAN&gt;, and t&lt;SPAN style="font-family: Arial; color: #000000; font-style: normal; font-variant: normal;"&gt;he &lt;SPAN style="font-family: Arial; color: #000000; font-style: normal; font-variant: normal;"&gt;addresses contained in this table point to a series of re-direct function&lt;/SPAN&gt;.&lt;BR style="font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" /&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;So I think the bootlaoder code is good during the testing, and I've also attached the application demo I created.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="WeChat Image_20170519151822.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20430iA827E3F21133DA6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeChat Image_20170519151822.jpg" alt="WeChat Image_20170519151822.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fig 1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2017-05-19_15-20-53.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20513iA3C4AF09CAA250C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-05-19_15-20-53.jpg" alt="2017-05-19_15-20-53.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fig 2&lt;BR /&gt;&lt;SPAN style="font-size: 15px;"&gt;Have a great day,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 15px;"&gt;TIC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 15px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 15px;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 15px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 07:39:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683141#M27483</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2017-05-19T07:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683142#M27484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="213424" data-username="jeremyzhou" href="https://community.nxp.com/people/jeremyzhou"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;jeremyzhou&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you manage to implement the programs in another way using the IDE, and where you making any changes in the LINKER settings of the projects (bootloader or application). &lt;BR /&gt;&lt;BR /&gt;It might be me who has overloocked somthing, but isen't the application (placed at 0x1000) suppost to use a vector table located in sector 1 insted of sector 0. &lt;BR /&gt;&lt;BR /&gt;my problem is that when it comes to executing the assembly code it jumps to the hardfault handler, and responds with errors, i was therefore thinking it might be a problem with the reference to the correct memory address, but not sure how to check this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 09:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683142#M27484</guid>
      <dc:creator>thomashavregaar</dc:creator>
      <dc:date>2017-05-19T09:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683143#M27485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also noticed when trying to run debug on the bootloader, am i constantly getting this:&lt;span class="lia-inline-image-display-wrapper" image-alt="bootloader error_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/21414i3A63392734B0637F/image-size/large?v=v2&amp;amp;px=999" role="button" title="bootloader error_4.png" alt="bootloader error_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 09:31:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683143#M27485</guid>
      <dc:creator>thomashavregaar</dc:creator>
      <dc:date>2017-05-19T09:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683144#M27486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is because the PC has gone to 0xffffffff (minus the thumb bit). I suggest you look at this FAQ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/389002"&gt;https://community.nxp.com/thread/389002&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 09:53:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683144#M27486</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-05-19T09:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683145#M27487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="290358" data-username="converse" href="https://community.nxp.com/people/converse"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Con Verse&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your suggestion and followed your link, but when trying to view the registers, i only saw the VECTPC having n/a, and was reciving additional errors when trying to debug / step through the code.&amp;nbsp;I have&amp;nbsp;attached my&amp;nbsp;current version of the AN10995 project for the LPC1114/302 i try using, and was woundering if ofthers are getting the same errors, or if someone has a working version of the an10995 secondar bootloader,&amp;nbsp;they could try to post. have tried 2 different versions of the project and none of them work from the get go. &lt;BR /&gt;&lt;BR /&gt;hope somebody can help &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 May 2017 14:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683145#M27487</guid>
      <dc:creator>thomashavregaar</dc:creator>
      <dc:date>2017-05-20T14:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: AN10995 - Hardfauld problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683146#M27488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="298329" data-username="thomashavregaardsoerensen" href="https://community.nxp.com/people/thomashavregaardsoerensen"&gt;Thomas Havregaard Soerensen,&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I created the application code by KEIL, and the IDE supports to customize the linker file for program the execute file to assigned area. You can learn the exactly setting via Google.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt; I'd highly recommend you to open a memory window to confirm the application whether locates the start address 0x1000 or not when you debug the bootloader code in the LPCXpresso.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As you know, I didn't do anything change about the bootlaoder code either.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Mon, 22 May 2017 06:34:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/AN10995-Hardfauld-problem/m-p/683146#M27488</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2017-05-22T06:34:37Z</dc:date>
    </item>
  </channel>
</rss>

