<?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>MQX Software SolutionsのトピックRx interrupt not working with MQX 4.1 flexcan example</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450863#M15102</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;I'm trying to run the flexcan example of MQX 4.1 for PXN20 on our custom board which has a MPC5668G (automotive version). I've only modified the clock setting of the BSP (InitClock function), the BSP_XOSC_CLOCK and BSP_FMPLL0_CLOCK constant to fit our board. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example, I've only modify the bitrate, the CAN_DEVICE (I use Flexcan B) and the CAN clock (I use FLEXCAN_OSC_CLK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transmission works fine which tells me that the connection between my PC and the board is not the problem. I can also see that the message I send from my PC is received in the message buffer when I check the registers. The only thing is that the ISR is not called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I'm missing here? Is there a configuration to set in user_config.h to enable the interrupt (MQX_USE_INTERRUPT is already set) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 13:15:51 GMT</pubDate>
    <dc:creator>hbouch</dc:creator>
    <dc:date>2015-07-02T13:15:51Z</dc:date>
    <item>
      <title>Rx interrupt not working with MQX 4.1 flexcan example</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450863#M15102</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;I'm trying to run the flexcan example of MQX 4.1 for PXN20 on our custom board which has a MPC5668G (automotive version). I've only modified the clock setting of the BSP (InitClock function), the BSP_XOSC_CLOCK and BSP_FMPLL0_CLOCK constant to fit our board. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example, I've only modify the bitrate, the CAN_DEVICE (I use Flexcan B) and the CAN clock (I use FLEXCAN_OSC_CLK).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The transmission works fine which tells me that the connection between my PC and the board is not the problem. I can also see that the message I send from my PC is received in the message buffer when I check the registers. The only thing is that the ISR is not called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I'm missing here? Is there a configuration to set in user_config.h to enable the interrupt (MQX_USE_INTERRUPT is already set) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:15:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450863#M15102</guid>
      <dc:creator>hbouch</dc:creator>
      <dc:date>2015-07-02T13:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rx interrupt not working with MQX 4.1 flexcan example</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450864#M15103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I'm not sure if the reception works even if the interruption is not thrown. The proper IMASK bit is set but the corresponding IFLAG bit is not set and when I check in the received data of the message buffer, they are different from what I expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added a call to the FLEXCAN_Int_enable function after having initialize the ISR (call to FLEXCAN_Install_isr) to set the priority level of the interrupt to something else than 0 but it still doesn't work:&lt;/P&gt;&lt;P&gt;result = FLEXCAN_Int_enable(CAN_DEVICE, RX_mailbox_num);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:04:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450864#M15103</guid>
      <dc:creator>hbouch</dc:creator>
      <dc:date>2015-07-02T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rx interrupt not working with MQX 4.1 flexcan example</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450865#M15104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using CANalyser from Vector with a VN1610 interface. I switch to PCAN-view with a Peak CAN interface and it worked...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry!&lt;/P&gt;&lt;P&gt;Hugo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 15:30:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450865#M15104</guid>
      <dc:creator>hbouch</dc:creator>
      <dc:date>2015-07-02T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rx interrupt not working with MQX 4.1 flexcan example</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450866#M15105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Hugo, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your contribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:42:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Rx-interrupt-not-working-with-MQX-4-1-flexcan-example/m-p/450866#M15105</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-07-02T16:42:22Z</dc:date>
    </item>
  </channel>
</rss>

