<?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: Assembler, inlude binary file at fixed destination in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Assembler-inlude-binary-file-at-fixed-destination/m-p/557590#M14650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kisiel on Tue Nov 12 15:03:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, thanks for help !!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But finally everything is working except memory content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I put,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.section .charen&amp;nbsp; // charen $6000-$8000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.org 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.align 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.incbin "../src/chargen.bin"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and in memory after flash I have ff ff ff ff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:38:25 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:38:25Z</dc:date>
    <item>
      <title>Assembler, inlude binary file at fixed destination</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Assembler-inlude-binary-file-at-fixed-destination/m-p/557588#M14648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kisiel on Mon Nov 11 05:36:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to put binary file to location in the end of flash (for LPC1114 it will be last sector of 32K).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have already tried .incbin "../src/ "&amp;nbsp; + ofset&amp;nbsp; but it is not working as I want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there possible way to put 256B in last sector of Flash without using external tools ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:38:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Assembler-inlude-binary-file-at-fixed-destination/m-p/557588#M14648</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Assembler, inlude binary file at fixed destination</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Assembler-inlude-binary-file-at-fixed-destination/m-p/557589#M14649</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 Mon Nov 11 06:47:02 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using LPCXpresso, please read this FAQ:&lt;/SPAN&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%2Fplacing-data-address" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/placing-data-address&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The principle is the same for assembler users - place the data that you want to locate in a named section, and use that section name when placing your data at an absolute address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:38:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Assembler-inlude-binary-file-at-fixed-destination/m-p/557589#M14649</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Assembler, inlude binary file at fixed destination</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Assembler-inlude-binary-file-at-fixed-destination/m-p/557590#M14650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kisiel on Tue Nov 12 15:03:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, thanks for help !!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But finally everything is working except memory content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I put,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.section .charen&amp;nbsp; // charen $6000-$8000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.org 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.align 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.incbin "../src/chargen.bin"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and in memory after flash I have ff ff ff ff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:38:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Assembler-inlude-binary-file-at-fixed-destination/m-p/557590#M14650</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:38:25Z</dc:date>
    </item>
  </channel>
</rss>

