<?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: DFUSec programming not work as expected in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/DFUSec-programming-not-work-as-expected/m-p/525314#M7950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by brightcloud on Mon Sep 29 19:43:33 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Bavarian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first question's picture could not be seen, add it again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's strange that the problem happened only one of our colleagues's laptop. Not on others&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second question's log files are in the attachment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About 3rd question, we're using IAR not keil.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We found that neither reset nor jump to the SW start address could not make the MCU restart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:12:45 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:12:45Z</dc:date>
    <item>
      <title>DFUSec programming not work as expected</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DFUSec-programming-not-work-as-expected/m-p/525312#M7948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by brightcloud on Fri Sep 26 02:37:22 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We faced some in using DFUSec tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe someone could help us.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.Error in programming algorithm, like in the attachment DFUError_InBankB.jpg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BankB is start from 0x1B000000, with size 0x7ffff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why there got this error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2.Why there has read data upload failure? Like in the attachment FWDownloadError_ReadData.PNG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.What's the program cycle complete used for? It seems that Reset, Jump to address have no difference with Do nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can we have a way that after finish SW loading, let the SW start automatically?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:12:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DFUSec-programming-not-work-as-expected/m-p/525312#M7948</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: DFUSec programming not work as expected</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DFUSec-programming-not-work-as-expected/m-p/525313#M7949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon Sep 29 05:22:15 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The size of the flash banks is 0x80000. If you think about programming a loop you would maybe set the parameter running from 0 ... 0x7FFFF, but here you need to provide the pure size, and this is 0x80000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second problem: for me it's running fine in principle (see attached picture). Can you maybe see more details where it's going wrong in the "Program log" ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you generated the binary for the flash bank #A with Keil, then you have maybe already added the CRC checksum over the first words of the image. This is the indication for the bootloader that it is a valid executable code and it will start with it. If you didn't do it with Keil (or any other method in other tools), then you need to do it here with "Compute/Insert checksum in image before programming".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:12:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DFUSec-programming-not-work-as-expected/m-p/525313#M7949</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: DFUSec programming not work as expected</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/DFUSec-programming-not-work-as-expected/m-p/525314#M7950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by brightcloud on Mon Sep 29 19:43:33 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Bavarian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The first question's picture could not be seen, add it again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's strange that the problem happened only one of our colleagues's laptop. Not on others&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second question's log files are in the attachment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About 3rd question, we're using IAR not keil.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We found that neither reset nor jump to the SW start address could not make the MCU restart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/DFUSec-programming-not-work-as-expected/m-p/525314#M7950</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:12:45Z</dc:date>
    </item>
  </channel>
</rss>

