<?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>Kinetis Design StudioのトピックRe: Error with CRC_GetBlockCRC function</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Error-with-CRC-GetBlockCRC-function/m-p/583068#M7407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nadia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you define the type for&amp;nbsp; CRC1_TDeviceData?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the typical way for initializing the device data structure and call API function: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="background: #F3F2E6;"&gt;&lt;SPAN style="color: black;"&gt;LDD_TDeviceData *DeviceData=NULL;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F2E6;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;………………………&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F2E6;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;DeviceData = CRC1_Init(NULL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F2E6;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;………………………&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F2E6;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CRC1_GetBlockCRC(DeviceData, (LDD_TData*) InputStream, BLOCK_SIZE*sizeof(uint32_t), &amp;amp;Result);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! If not, could you please attach a simple example project to help me reproduce the error? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Mark Correct button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 09:21:58 GMT</pubDate>
    <dc:creator>TICS_Fiona</dc:creator>
    <dc:date>2016-08-16T09:21:58Z</dc:date>
    <item>
      <title>Error with CRC_GetBlockCRC function</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Error-with-CRC-GetBlockCRC-function/m-p/583067#M7406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to use the CRC component to check an SPI communication&lt;/P&gt;&lt;P&gt;but by using the function CRC1_GetBlockCRC this way&lt;/P&gt;&lt;P&gt;CRC1_GetBlockCRC(CRC1_TDeviceData, &amp;amp;RVG_SPIReadBuffer, RVG_SPIReadBufferSize*sizeof(uint8_t), &amp;amp;ResultRead);&lt;/P&gt;&lt;P&gt;I'm getting the error "expected expression before'CRC1_TDeviceData'&lt;/P&gt;&lt;P&gt;Can someone provide an explanation for that ?&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 14:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Error-with-CRC-GetBlockCRC-function/m-p/583067#M7406</guid>
      <dc:creator>nadiajarray</dc:creator>
      <dc:date>2016-08-09T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error with CRC_GetBlockCRC function</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Error-with-CRC-GetBlockCRC-function/m-p/583068#M7407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nadia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you define the type for&amp;nbsp; CRC1_TDeviceData?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the typical way for initializing the device data structure and call API function: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="background: #F3F2E6;"&gt;&lt;SPAN style="color: black;"&gt;LDD_TDeviceData *DeviceData=NULL;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F2E6;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;………………………&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F2E6;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;DeviceData = CRC1_Init(NULL);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F2E6;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;………………………&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: #F3F2E6;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CRC1_GetBlockCRC(DeviceData, (LDD_TData*) InputStream, BLOCK_SIZE*sizeof(uint32_t), &amp;amp;Result);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! If not, could you please attach a simple example project to help me reproduce the error? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;TIC - Technical Information Center&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Mark Correct button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 09:21:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Error-with-CRC-GetBlockCRC-function/m-p/583068#M7407</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2016-08-16T09:21:58Z</dc:date>
    </item>
  </channel>
</rss>

