<?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>LPC MicrocontrollersのトピックSignature LPC17xx</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Signature-LPC17xx/m-p/518208#M2556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mauricio1976 on Fri Oct 23 10:19:12 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I am working on a project with bootloader. I used LPC1769 and LPCXpresso v7.9.2 [Build 493] [2015-09-14]. The application that will be load in the flash memory must be validated. Thus i think generate a signature for the aplication file and after charge the application recalculate the signature and compare with the original.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I read the document "AN10918 NXP LPC Cortex-M3 IEC60335 Class B library" and i use the functions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void StartHardSignatureGen (uint32_t startAddr, uint32_t length, FlashSign_t *pResultSign)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void StartSoftSignatureGen (uint32_t startAddr, uint32_t length, FlashSign_t *pResultSign)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The signature generated for each one of this functions must be the same, but i have an error and i don't know where.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The function "StartSoftSignatureGen" in the "AN10918" it is the same that the algorithm "Fig 140. Algorithm for generating a 128 bit signature" in pag. 650 in document "UM10360"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some example with IEC60335 (Flash) for LPCXpresso?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Mauricio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:31:39 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:31:39Z</dc:date>
    <item>
      <title>Signature LPC17xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Signature-LPC17xx/m-p/518208#M2556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mauricio1976 on Fri Oct 23 10:19:12 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I am working on a project with bootloader. I used LPC1769 and LPCXpresso v7.9.2 [Build 493] [2015-09-14]. The application that will be load in the flash memory must be validated. Thus i think generate a signature for the aplication file and after charge the application recalculate the signature and compare with the original.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I read the document "AN10918 NXP LPC Cortex-M3 IEC60335 Class B library" and i use the functions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void StartHardSignatureGen (uint32_t startAddr, uint32_t length, FlashSign_t *pResultSign)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;void StartSoftSignatureGen (uint32_t startAddr, uint32_t length, FlashSign_t *pResultSign)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The signature generated for each one of this functions must be the same, but i have an error and i don't know where.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The function "StartSoftSignatureGen" in the "AN10918" it is the same that the algorithm "Fig 140. Algorithm for generating a 128 bit signature" in pag. 650 in document "UM10360"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some example with IEC60335 (Flash) for LPCXpresso?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Mauricio&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Signature-LPC17xx/m-p/518208#M2556</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Signature LPC17xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Signature-LPC17xx/m-p/518209#M2557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mauricio1976 on Tue Nov 03 13:55:27 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, somebody could help me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Mauricio&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mauricio1976&lt;/STRONG&gt;&lt;BR /&gt;Hello,&lt;BR /&gt; I am working on a project with bootloader. I used LPC1769 and LPCXpresso v7.9.2 [Build 493] [2015-09-14]. The application that will be load in the flash memory must be validated. Thus i think generate a signature for the aplication file and after charge the application recalculate the signature and compare with the original.&lt;BR /&gt;I read the document "AN10918 NXP LPC Cortex-M3 IEC60335 Class B library" and i use the functions:&lt;BR /&gt;void StartHardSignatureGen (uint32_t startAddr, uint32_t length, FlashSign_t *pResultSign)&lt;BR /&gt;void StartSoftSignatureGen (uint32_t startAddr, uint32_t length, FlashSign_t *pResultSign)&lt;BR /&gt;&lt;BR /&gt;The signature generated for each one of this functions must be the same, but i have an error and i don't know where.&lt;BR /&gt;&lt;BR /&gt;The function "StartSoftSignatureGen" in the "AN10918" it is the same that the algorithm "Fig 140. Algorithm for generating a 128 bit signature" in pag. 650 in document "UM10360"?&lt;BR /&gt;There are some example with IEC60335 (Flash) for LPCXpresso?&lt;BR /&gt;&lt;BR /&gt;Thanks, Mauricio&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Signature-LPC17xx/m-p/518209#M2557</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:31:39Z</dc:date>
    </item>
  </channel>
</rss>

