<?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: LPCXpresso IDE - problem with same project on different computers in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591064#M29432</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 Fri Jun 13 02:58:42 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;To be able to investigate, we would need to see both projects. From your description, it is impossible to guess what you may have done wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you would like us to investigate, please post *both* projects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:49:55 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:49:55Z</dc:date>
    <item>
      <title>LPCXpresso IDE - problem with same project on different computers</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591061#M29429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cstephant on Thu Jun 12 08:53:17 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are working on a project with 2 computers. So I exported my project with File-&amp;gt;Export.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once imported on the second computer, the IDE seems to build the project correctly but the .axf changes from 252968 b of text size to 138264 b.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then when we try to debug with this axf, the µC fall in hardfault before the end of the download sequence.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know what is it coming from ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Colin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591061#M29429</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso IDE - problem with same project on different computers</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591062#M29430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu Jun 12 09:04:09 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Things to look at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Debug vs Release builds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Libraries&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Disassemble the two .axf files and see what has changed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want any more help, you are going to need to provide a lot more information&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591062#M29430</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso IDE - problem with same project on different computers</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591063#M29431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cstephant on Fri Jun 13 02:35:03 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both project build configuration are in Debug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no static library dependency and both projects uses Redlib (nohost).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The two disassembled axf are very differents and hard to compare.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that there is a lot of missing steps in fonctions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For ex:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good axf :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void xPortSysTickHandler( void )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7a4:b580&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; push{r7, lr}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7a6:b082&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subsp, #8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7a8:af00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; addr7, sp, #0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unsigned long ulPreviousMask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bad axf :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void xPortSysTickHandler( void )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5f4:b510&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; push{r4, lr}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;unsigned long ulPreviousMask;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you need something else ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591063#M29431</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso IDE - problem with same project on different computers</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591064#M29432</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 Fri Jun 13 02:58:42 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;To be able to investigate, we would need to see both projects. From your description, it is impossible to guess what you may have done wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you would like us to investigate, please post *both* projects.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:49:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-IDE-problem-with-same-project-on-different-computers/m-p/591064#M29432</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:49:55Z</dc:date>
    </item>
  </channel>
</rss>

