<?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 drivers for KE06 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1219127#M59405</link>
    <description>&lt;P&gt;Hi Mateusz,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I apologize for the inconvenience this may cause, but at the moment of the current release (2.9.0), these are the drivers we currently have available for the KE06.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Information about the Initialization and reinitialization of the CRC module in the KE06 can be found in chapter 22.3.1 of the &lt;A href="https://www.nxp.com/files-static/microcontrollers/doc/ref_manual/MKE06P80M48SF0RM.pdf" target="_blank"&gt;KE06 Reference Manual&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Sebastián&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 22:54:41 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2021-01-21T22:54:41Z</dc:date>
    <item>
      <title>CRC drivers for KE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1208313#M59278</link>
      <description>&lt;P&gt;Are there any CRC drivers for KE06 available or is NXP planning on realeasing such drivers any time soon? If not, is there any similar CPU with such drivers available?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 12:56:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1208313#M59278</guid>
      <dc:creator>MLapaj</dc:creator>
      <dc:date>2021-01-07T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: CRC drivers for KE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1210583#M59319</link>
      <description>&lt;P&gt;Hi Mateusz, I hope you're doing well!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There're some files included in the KE06's SDK package which implement a function to calculate CRC, and can be included from the SDK path. The files in question are called crc.h and software_crc_adapter.c.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These files include the HAL_CrcCompute which will compute and return a CRC value using the CRC hardware in the chip.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They can be found in the following path after extracting:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;lt;…\SDK_2.8.0_FRDM-KE06Z\components\crc&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Sebastián&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 19:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1210583#M59319</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2021-01-12T19:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: CRC drivers for KE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1212292#M59349</link>
      <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;I wasn't very precise in my original question. I am looking for KE06 CRC hardware engine initalization, while the files you are referring to contain software CRC calculation. I'm sorry about the confusion here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 09:37:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1212292#M59349</guid>
      <dc:creator>MLapaj</dc:creator>
      <dc:date>2021-01-15T09:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: CRC drivers for KE06</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1219127#M59405</link>
      <description>&lt;P&gt;Hi Mateusz,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I apologize for the inconvenience this may cause, but at the moment of the current release (2.9.0), these are the drivers we currently have available for the KE06.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Information about the Initialization and reinitialization of the CRC module in the KE06 can be found in chapter 22.3.1 of the &lt;A href="https://www.nxp.com/files-static/microcontrollers/doc/ref_manual/MKE06P80M48SF0RM.pdf" target="_blank"&gt;KE06 Reference Manual&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Sebastián&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 22:54:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/CRC-drivers-for-KE06/m-p/1219127#M59405</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2021-01-21T22:54:41Z</dc:date>
    </item>
  </channel>
</rss>

