<?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: LPC1549 USB IAP in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073002#M41392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the MCUXpresso user guide - search for post-build steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2020 17:17:30 GMT</pubDate>
    <dc:creator>converse</dc:creator>
    <dc:date>2020-05-11T17:17:30Z</dc:date>
    <item>
      <title>LPC1549 USB IAP</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073001#M41391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have much experience with microcontrollers.&lt;/P&gt;&lt;P&gt;I use MCUXpresso IDE v10.3.0&lt;/P&gt;&lt;P&gt;I developed my custom PCB with LPC1549 and I would like to program it by USB IAP.&lt;/P&gt;&lt;P&gt;If I use LPC link2 to download my code in the micro is always goes well.&lt;/P&gt;&lt;P&gt;I set correctly ISP0/1 and I see the directory CRP DISABLED with firmware.bin insight but if I replace this file with my .bit file the code&amp;nbsp; doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see il the UM10736; section 34.6.1 :&lt;/P&gt;&lt;P&gt;Usage note&lt;BR /&gt;When programming flash images via Flash Magic or Serial Wire Debugger (SWD), the&lt;BR /&gt;user code valid signature is automatically inserted by the programming utility. When using&lt;BR /&gt;USB ISP, the user code valid signature must be either part of the vector table, or the axf or&lt;BR /&gt;binary file must be post-processed to insert the checksum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I put the user code valid signature in the vector table or how can I do the postprocessor for the binary file?&lt;/P&gt;&lt;P&gt;Does anyone have an example that can help me ?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 15:42:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073001#M41391</guid>
      <dc:creator>daniele2</dc:creator>
      <dc:date>2020-05-11T15:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1549 USB IAP</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073002#M41392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the MCUXpresso user guide - search for post-build steps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2020 17:17:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073002#M41392</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-05-11T17:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1549 USB IAP</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073003#M41393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for the answer.&lt;/P&gt;&lt;P&gt;In my project I have the default settings for post-build steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arm-none-eabi-size "${BuildArtifactFileName}"&lt;BR /&gt;# arm-none-eabi-objcopy -v -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin"&lt;BR /&gt;# checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The UM10736 said that I need to only postprocessed the file to add checksum; so I need only to uncomment the thirth line, is it right? Do I need to leave the first line (arm-none-eabi-size) ?&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 07:22:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073003#M41393</guid>
      <dc:creator>daniele2</dc:creator>
      <dc:date>2020-05-12T07:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1549 USB IAP</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073004#M41394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. I done it; now it's working.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 11:14:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-USB-IAP/m-p/1073004#M41394</guid>
      <dc:creator>daniele2</dc:creator>
      <dc:date>2020-05-12T11:14:51Z</dc:date>
    </item>
  </channel>
</rss>

