<?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: Bootloader for lpc1788?? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579007#M23923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Brick on Tue Nov 26 16:11:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jaybee&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm about to do exactly the same thing (LPC1788 bootloading via SD Card). I would really appreciate any tips on how to get started. Can you tell me which bootloader you got for the LPC1769?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:11:48 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:11:48Z</dc:date>
    <item>
      <title>Bootloader for lpc1788??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579004#M23920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jaybee on Wed Nov 20 00:56:12 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, i am building a bootloader for lpc1788.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know there is u-boot, but i have built a similar bootloader which reads the firmware via SD card for the lpc1769.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ported the code over to be used for lpc1788, however, i will get a hard fault error whenever i declare a large array for example&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;void main()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; array buf[512];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; debug_printf("test1");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;just this code alone gives me hard fault error.... it seems that my configuration files are not setup properly, any hints???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using crossworks for arm ver 2.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help will be appreciated thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579004#M23920</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader for lpc1788??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579005#M23921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by capiman on Wed Nov 20 01:01:56 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just two general notes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- You may have not setup stack correctly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- You have no while(1); at end of main&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579005#M23921</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader for lpc1788??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579006#M23922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jaybee on Wed Nov 20 19:35:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok thanks. after configuring the memorymap it works&amp;nbsp; :) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think i just went full retard there......&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579006#M23922</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Bootloader for lpc1788??</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579007#M23923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Brick on Tue Nov 26 16:11:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Jaybee&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm about to do exactly the same thing (LPC1788 bootloading via SD Card). I would really appreciate any tips on how to get started. Can you tell me which bootloader you got for the LPC1769?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:11:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Bootloader-for-lpc1788/m-p/579007#M23923</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:11:48Z</dc:date>
    </item>
  </channel>
</rss>

