<?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: CRC Calculation Limit in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/CRC-Calculation-Limit/m-p/567275#M17495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wanderingnewfie on Wed Oct 21 16:17:56 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I solved my problem, it was an unhandled systick interrupt that would fire during the CRC calculations.&amp;nbsp; The default handler is just an infinite loop.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:06:42 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:06:42Z</dc:date>
    <item>
      <title>CRC Calculation Limit</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CRC-Calculation-Limit/m-p/567274#M17494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wanderingnewfie on Tue Oct 20 14:24:20 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am writing a 2nd bootloader for my LPC812 that jumps to an application after downloading through the UART.&amp;nbsp; To confirm the download was successful, I want to compare the CRC at the end of the application with a CRC I calculate with Chip_CRC_CRC8() found in chip_8xx.c.&amp;nbsp; When I try to calculate the value of my application I get into the while loop and never exit.&amp;nbsp; The size of my application is 0x1BFC bytes (application is contained in 0x2400 to 0x4000 in flash and last 4 bytes is CRC).&amp;nbsp; Am I just running out of RAM during the loop so the processor locks up?&amp;nbsp; Is there a limit to the size of the bytes parameter in Chip_CRC_CRC8() for the LPC812 due to the amount of available RAM?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CRC-Calculation-Limit/m-p/567274#M17494</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: CRC Calculation Limit</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CRC-Calculation-Limit/m-p/567275#M17495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by wanderingnewfie on Wed Oct 21 16:17:56 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I solved my problem, it was an unhandled systick interrupt that would fire during the CRC calculations.&amp;nbsp; The default handler is just an infinite loop.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:06:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CRC-Calculation-Limit/m-p/567275#M17495</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:06:42Z</dc:date>
    </item>
  </channel>
</rss>

