<?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>i.MX ProcessorsのトピックRe: In imx8mp processor Normal CAN is not working like sending and receiving messages are not workin</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1889772#M225170</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235157"&gt;@msudagoni&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, we don´t have experience using QNX on our boards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QNX is not provided and supported by NXP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can take as a reference our Linux Driver for your driver development.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/tree/b586a521770e508d1d440ccb085c7696b9d6d387/drivers/net/can/flexcan" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/tree/b586a521770e508d1d440ccb085c7696b9d6d387/drivers/net/can/flexcan&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the mistake!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2024 20:26:50 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2024-06-18T20:26:50Z</dc:date>
    <item>
      <title>In imx8mp processor Normal CAN is not working like sending and receiving messages are not working.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1889281#M225122</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am working on imxmp CAN driver with imx8mp EVK board in QNX.&lt;/P&gt;&lt;P&gt;observed CAN communication is not working.&lt;/P&gt;&lt;P&gt;Step 1: in loop back mode CAN 1 and CAN2 working in imx8mp board.&lt;/P&gt;&lt;P&gt;Step2: Running CAN 1 and CAN 2 with 250k baud rate.&lt;/P&gt;&lt;P&gt;CAN-usb FD tool from ESD connected with bitrate 250k.&lt;/P&gt;&lt;P&gt;dumped the Error and status register details below.&lt;/P&gt;&lt;P&gt;CAN MCR – 0x44a3203F here FDEN bit was not set. So CAN FD is not enabled.&lt;/P&gt;&lt;P&gt;CAN_CTRL – 0x6339ec04 -&amp;nbsp; the below phase seg details.&lt;/P&gt;&lt;P&gt;#define CAN_RJW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;#define CAN_PROPSEG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x04&lt;/P&gt;&lt;P&gt;#define CAN_PSEG1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x07&lt;/P&gt;&lt;P&gt;#define CAN_PSEG2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x01&lt;/P&gt;&lt;P&gt;#define CAN_PREDIV_250&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x13&lt;/P&gt;&lt;P&gt;CAN ESR 0 0x40318 -&amp;nbsp;&lt;/P&gt;&lt;P&gt;bit 3 is set -&amp;nbsp; CAN flex receiving message(this i am sending from CAN tool)&lt;/P&gt;&lt;P&gt;bit 4-5&amp;nbsp; -&amp;nbsp; 01 - error passive&lt;/P&gt;&lt;P&gt;bit 9 -&amp;nbsp; 01- TX error warning - Tx error count is greater than or equal to 96.&lt;/P&gt;&lt;P&gt;bit 8 -&amp;nbsp; 01 - RX error warning - Rx error count is greater than or equal to 96&lt;/P&gt;&lt;P&gt;Bit 18 - 01 - FlexCAN is synchronized to the CAN bus&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please help me here.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 08:14:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1889281#M225122</guid>
      <dc:creator>msudagoni</dc:creator>
      <dc:date>2024-06-18T08:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: In imx8mp processor Normal CAN is not working like sending and receiving messages are not workin</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1889772#M225170</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235157"&gt;@msudagoni&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;Thank you for contacting NXP Support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, we don´t have experience using QNX on our boards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;QNX is not provided and supported by NXP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can take as a reference our Linux Driver for your driver development.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/tree/b586a521770e508d1d440ccb085c7696b9d6d387/drivers/net/can/flexcan" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/tree/b586a521770e508d1d440ccb085c7696b9d6d387/drivers/net/can/flexcan&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the mistake!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 20:26:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1889772#M225170</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-06-18T20:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: In imx8mp processor Normal CAN is not working like sending and receiving messages are not workin</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1889777#M225172</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;is it possible to provide bit timing values and peripheral clock how much you are using in linux driver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 20:37:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1889777#M225172</guid>
      <dc:creator>msudagoni</dc:creator>
      <dc:date>2024-06-18T20:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: In imx8mp processor Normal CAN is not working like sending and receiving messages are not workin</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1891585#M225302</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/235157"&gt;@msudagoni&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;The clock assignment is declared in the device tree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx8mp.dtsi" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx8mp.dtsi&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;flexcan1: can@308c0000 {&lt;BR /&gt;compatible = "fsl,imx8mp-flexcan";&lt;BR /&gt;reg = &amp;lt;0x308c0000 0x10000&amp;gt;;&lt;BR /&gt;interrupts = &amp;lt;GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH&amp;gt;;&lt;BR /&gt;clocks = &amp;lt;&amp;amp;clk IMX8MP_CLK_IPG_ROOT&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX8MP_CLK_CAN1_ROOT&amp;gt;;&lt;BR /&gt;clock-names = "ipg", "per";&lt;BR /&gt;assigned-clocks = &amp;lt;&amp;amp;clk IMX8MP_CLK_CAN1&amp;gt;;&lt;BR /&gt;assigned-clock-parents = &amp;lt;&amp;amp;clk IMX8MP_SYS_PLL1_40M&amp;gt;;&lt;BR /&gt;assigned-clock-rates = &amp;lt;40000000&amp;gt;;&lt;BR /&gt;fsl,clk-source = /bits/ 8 &amp;lt;0&amp;gt;;&lt;BR /&gt;fsl,stop-mode = &amp;lt;&amp;amp;gpr 0x10 4&amp;gt;;&lt;BR /&gt;status = "disabled";&lt;BR /&gt;};&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 17:05:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/In-imx8mp-processor-Normal-CAN-is-not-working-like-sending-and/m-p/1891585#M225302</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-06-20T17:05:19Z</dc:date>
    </item>
  </channel>
</rss>

