<?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>S12 / MagniV Microcontrollers中的主题 Re: Error while re-transmitting data via CAN between two MC9S12XEP100</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Error-while-re-transmitting-data-via-CAN-between-two/m-p/874052#M16274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue has been resolved. There was a mistake in code. Now the system is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2019 12:03:59 GMT</pubDate>
    <dc:creator>harshal_pawar</dc:creator>
    <dc:date>2019-01-31T12:03:59Z</dc:date>
    <item>
      <title>Error while re-transmitting data via CAN between two MC9S12XEP100</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Error-while-re-transmitting-data-via-CAN-between-two/m-p/874051#M16273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;I am working on establishing communication between two MC9S12XEP100 controllers using CAN MAX3050ASA+ interface.&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;Case 1:&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;The data is transmitted on key press event from First board and received using interrupt at second board&amp;nbsp;and it also displayed on GLCD display (Display is at Secondary side)&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;Its working fine.&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;Case 2:&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;When I updated the same code for receiving data at second board and re-transmitting it to first board neither values are updating on display nor receiving at Tx side (i.e. first board).&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;Code Workflow for Case 1:&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;At Tx:&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;1. In infinite loop check for key press event&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;2. If Yes, the Check for empty buffer&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;3. Select empty buffer&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;4. Create message&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;5. Make Buffer Ready&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;6. Check transmission status&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;At Rx:&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;1. In receive ISR, get the data transmitted from first board &amp;amp; display it on GLCD&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;Code Workflow for Case 2:&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;At Tx:&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;Step 1 to 6 are same&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;7. Receive ISR for the re-transmitted data from second borad&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;At Rx:&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;1. In receive ISR get the data&amp;nbsp;&lt;SPAN&gt;transmitted from first board &amp;amp;&amp;nbsp;display it on GLCD &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;&lt;SPAN&gt;2. Re-transmit the same data as an acknoledgement as per following steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;&lt;SPAN&gt;3. &lt;SPAN&gt;Check for empty buffer&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;&lt;SPAN&gt;4.&amp;nbsp;Select empty buffer&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;&lt;SPAN&gt;5.&amp;nbsp;Create message&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;&lt;SPAN&gt;6.&amp;nbsp;Make Buffer Ready&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;&lt;SPAN&gt;7.&amp;nbsp;Check transmission status&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: transparent; border: 0px none #51626f; font-weight: 400;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 11:51:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Error-while-re-transmitting-data-via-CAN-between-two/m-p/874051#M16273</guid>
      <dc:creator>harshal_pawar</dc:creator>
      <dc:date>2019-01-30T11:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error while re-transmitting data via CAN between two MC9S12XEP100</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Error-while-re-transmitting-data-via-CAN-between-two/m-p/874052#M16274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue has been resolved. There was a mistake in code. Now the system is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2019 12:03:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Error-while-re-transmitting-data-via-CAN-between-two/m-p/874052#M16274</guid>
      <dc:creator>harshal_pawar</dc:creator>
      <dc:date>2019-01-31T12:03:59Z</dc:date>
    </item>
  </channel>
</rss>

