<?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 crp constant doesnt get linked in in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/crp-constant-doesnt-get-linked-in/m-p/591607#M29664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pmorrell@1stdetect.com on Tue Mar 24 11:24:48 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant seem to get the crp constant to be placed in the linked output. If nothing else I want to at least have 0xFFFFFFFF placed at 0x1FC so I can debug the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At first the project wizard included the crp.c and crp.h files, so I moved the source code into main to try and force the issue but after building all I get is...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the source code in main (after moving it to main from crp.c and crp.h)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define __CRP __attribute__ ((used,section(".crp")))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CRP_NO_CRP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFFFFFFFF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;__CRP const unsigned int CRP_WORD = CRP_NO_CRP ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;disassembly listing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;int main(void) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;000001fc &amp;lt;__main&amp;gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1fc:e92d4008 push{r3, lr}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200:e3a00000 movr0, #0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using LPCXpresso v7.6.0 [Build 321] [2015-01-26] on a win 7 machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The target device is a lpc2468&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Phil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:26:58 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:26:58Z</dc:date>
    <item>
      <title>crp constant doesnt get linked in</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/crp-constant-doesnt-get-linked-in/m-p/591607#M29664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pmorrell@1stdetect.com on Tue Mar 24 11:24:48 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant seem to get the crp constant to be placed in the linked output. If nothing else I want to at least have 0xFFFFFFFF placed at 0x1FC so I can debug the project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At first the project wizard included the crp.c and crp.h files, so I moved the source code into main to try and force the issue but after building all I get is...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the source code in main (after moving it to main from crp.c and crp.h)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define __CRP __attribute__ ((used,section(".crp")))&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#define CRP_NO_CRP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xFFFFFFFF&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;__CRP const unsigned int CRP_WORD = CRP_NO_CRP ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;disassembly listing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;int main(void) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;000001fc &amp;lt;__main&amp;gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1fc:e92d4008 push{r3, lr}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200:e3a00000 movr0, #0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using LPCXpresso v7.6.0 [Build 321] [2015-01-26] on a win 7 machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The target device is a lpc2468&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Phil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:26:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/crp-constant-doesnt-get-linked-in/m-p/591607#M29664</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: crp constant doesnt get linked in</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/crp-constant-doesnt-get-linked-in/m-p/591608#M29665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by pmorrell@1stdetect.com on Tue Mar 24 12:01:25 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Never mind. I failed to allow crp in the project wizard originally. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All is well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:26:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/crp-constant-doesnt-get-linked-in/m-p/591608#M29665</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:26:59Z</dc:date>
    </item>
  </channel>
</rss>

