<?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>S32 SDKのトピックRe: s32K144 CAN0 RXIMR registers doesn't work wellt</title>
    <link>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746822#M322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the S32K144 FlexCAN_0 has 32 MBs and so 32 RXIMRs. FlexCAN_1 and FlexCAN_2 modules have 16 MBs and 16 RXIMRs.&lt;/P&gt;&lt;P&gt;You can modify the header file, but also you have to reduce the length of RESERVED_6 array accordingly.&lt;/P&gt;&lt;P&gt;The header in the SDK 0.8.6 has 32 for CAN_RXIMR_COUNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2018 09:00:59 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2018-05-14T09:00:59Z</dc:date>
    <item>
      <title>s32K144 CAN0 RXIMR registers doesn't work wellt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746818#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a question about RXIMR register of instance CAN0 using SDK 0.8.4 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inorder to receive the can frame those ID between 0x500 to 0x57F and FLEXCAN_RX_FIFO_ID_FORMAT_A, I use RxFiFo filter, and set the related register belows:&lt;/P&gt;&lt;P&gt;1. CAN0-&amp;gt;RAMn[24 + 0] = ((0x500 &amp;lt;&amp;lt; FLEXCAN_RX_FIFO_ID_FILTER_FORMATA_STD_SHIFT) &amp;amp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;FLEXCAN_RX_FIFO_ID_FILTER_FORMATA_STD_MASK);&lt;/P&gt;&lt;P&gt;2. CAN0-&amp;gt;RXIMR[0] = (0x780 &amp;lt;&amp;lt; CAN_ID_STD_SHIFT) &amp;amp; CAN_ID_STD_MASK;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the result is that CAN0 could only receive the incoming frame which ID is 0x500, and it does not achieve my requirements. So, Is there no distinction betwen setting RXIMR = 0xFFFFFFFF and RXIMR = (0x780 &amp;lt;&amp;lt; CAN_ID_STD_SHIFT)? The RXIMRs register are not useful register?&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;shingo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 10:23:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746818#M318</guid>
      <dc:creator>shingozhou</dc:creator>
      <dc:date>2018-05-11T10:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: s32K144 CAN0 RXIMR registers doesn't work wellt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746819#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you have CAN_MCR[IMRQ] set?&lt;/P&gt;&lt;P&gt;The CAN_MCR[IRMQ] bit determines which mask register is used for the RXFIFO ID table elements.&lt;/P&gt;&lt;P&gt;If CAN_MCR[IRMQ]=0 then all ID Table is affected by RXFGMASK. If CAN_MCR[IRMQ]=1, elements in ID table are affected by Individual Mask Registers (RXIMRx) according setting of CTRL2[RFFN].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2018 11:32:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746819#M319</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2018-05-11T11:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: s32K144 CAN0 RXIMR registers doesn't work wellt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746820#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Petr:&lt;/P&gt;&lt;P&gt;Thank you for you advice!&lt;/P&gt;&lt;P&gt;It's successful to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;shingo&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 03:22:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746820#M320</guid>
      <dc:creator>shingozhou</dc:creator>
      <dc:date>2018-05-14T03:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: s32K144 CAN0 RXIMR registers doesn't work wellt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746821#M321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Petr:&lt;/P&gt;&lt;P&gt;How many elements are there in the register CAN_RXIMR? On one hande, it have 32 in the Reference Manual, On the other hand it have 16 In the SDK 0.8.4 release. Could I modify the macro definition directly in the SDK?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1526284634(1).png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32701i405882845B4ED5E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="1526284634(1).png" alt="1526284634(1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1526284581(1).png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32866i854E2CFEC07A93B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="1526284581(1).png" alt="1526284581(1).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 08:04:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746821#M321</guid>
      <dc:creator>shingozhou</dc:creator>
      <dc:date>2018-05-14T08:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: s32K144 CAN0 RXIMR registers doesn't work wellt</title>
      <link>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746822#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the S32K144 FlexCAN_0 has 32 MBs and so 32 RXIMRs. FlexCAN_1 and FlexCAN_2 modules have 16 MBs and 16 RXIMRs.&lt;/P&gt;&lt;P&gt;You can modify the header file, but also you have to reduce the length of RESERVED_6 array accordingly.&lt;/P&gt;&lt;P&gt;The header in the SDK 0.8.6 has 32 for CAN_RXIMR_COUNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 09:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/s32K144-CAN0-RXIMR-registers-doesn-t-work-wellt/m-p/746822#M322</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2018-05-14T09:00:59Z</dc:date>
    </item>
  </channel>
</rss>

