<?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: S32K144 FlexCAN in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-FlexCAN/m-p/670772#M735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yashwanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Bit timing is correct.&lt;/P&gt;&lt;P&gt;Not sure what is Synchronization error. Do you mean FlexCAN is not synchronized to the bus; ESR1[SYNCH]=0.&lt;/P&gt;&lt;P&gt;What is the value of ESR1 and ECR registers?&lt;/P&gt;&lt;P&gt;Do you have the EVB powered by external 12V voltage source, the SBC on the EVB requires external supply.&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>Thu, 22 Jun 2017 13:13:39 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2017-06-22T13:13:39Z</dc:date>
    <item>
      <title>S32K144 FlexCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexCAN/m-p/670771#M734</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 am working on FLEX CAN in S32K144 EVB. I configured CAN bus to 500 Kbps. I am getting Synchronization error while participating in bus. I configured CAN as per example code given in S32K design studio. I am actually participating in CAN bus with simulator (Other controller) which is configured to 500 kbps. When I communicates with simulator with other controller, I'm getting response from simulator. But when I communicating with S32K144, it is giving synchronization error. I am thinking that S32K144 EVB is not configured to 500 Kbps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I selected 8 MHz crystal oscillator as CAN clock source.&lt;/P&gt;&lt;P&gt;PSEG2 = 3&lt;/P&gt;&lt;P&gt;PSEG1 = 3&lt;/P&gt;&lt;P&gt;RJW = 3&lt;/P&gt;&lt;P&gt;PROPSEG = 6&lt;/P&gt;&lt;P&gt;PRESDIV = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there Any modification I have to do in CAN bit parameters to calculate exact baud rate. Please help me. Waiting for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Yashwanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 12:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexCAN/m-p/670771#M734</guid>
      <dc:creator>yashwanthk</dc:creator>
      <dc:date>2017-06-22T12:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexCAN/m-p/670772#M735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yashwanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Bit timing is correct.&lt;/P&gt;&lt;P&gt;Not sure what is Synchronization error. Do you mean FlexCAN is not synchronized to the bus; ESR1[SYNCH]=0.&lt;/P&gt;&lt;P&gt;What is the value of ESR1 and ECR registers?&lt;/P&gt;&lt;P&gt;Do you have the EVB powered by external 12V voltage source, the SBC on the EVB requires external supply.&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>Thu, 22 Jun 2017 13:13:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexCAN/m-p/670772#M735</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2017-06-22T13:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 FlexCAN</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-FlexCAN/m-p/670773#M736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stancik,&lt;/P&gt;&lt;P&gt;Thanks for replay...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ESR1 register SYNCH bit is showing 0 that means CAN is not synchronized with the bus. Actually I'm not using SBC chip as CAN transceiver. I am using other transceiver that is working fine when I tested with other micro controller.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ESR1 and ECR values are&lt;/P&gt;&lt;P&gt;ESR1 = 0x00010112&lt;/P&gt;&lt;P&gt;ECR = 00008100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In example interrupts are not enabled but I enabled error interrupts and Bus off interrupts. I am using interrupt method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I writing 0x7E0 CAN ID in RAM register in 18 th position. It is storing like&lt;/P&gt;&lt;P&gt;Data Byte 0(DB-0) = &amp;nbsp;0x01&lt;/P&gt;&lt;P&gt;DB1 = 0xE0&lt;/P&gt;&lt;P&gt;DB2 = 0x00&lt;/P&gt;&lt;P&gt;DB3 = 0x00&lt;/P&gt;&lt;P&gt;but I'm think that it should store like&lt;/P&gt;&lt;P&gt;DB0 = 0x01&lt;/P&gt;&lt;P&gt;DB1 = 0xF0&lt;/P&gt;&lt;P&gt;DB2 = 0x00&lt;/P&gt;&lt;P&gt;DB3 = 0x00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I write 0x7E8 also it is storing like 0x1EA but it should store like 0x1FA. Why it is storing like that i'm not understanding.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me. Waiting for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yashwanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 05:31:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-FlexCAN/m-p/670773#M736</guid>
      <dc:creator>yashwanthk</dc:creator>
      <dc:date>2017-06-23T05:31:59Z</dc:date>
    </item>
  </channel>
</rss>

