<?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 TX errors with c_can.. in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/TX-errors-with-c-can/m-p/526565#M9195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tjoAG on Wed Jun 15 03:56:24 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm stucked getting the c_can of my lpc1517 todo some actual transmiting..!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HW:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MCU: LPC1517 Default TD and RD on P0.13 and P0.18&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TJA1051 transceiver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XTAL is a 12 MHz cheramic one with 0.5% accuracy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SW:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the lpcxpresso 1548 ccan_rom sample (changed to the correct MCU type and rebuild) and KEIL MDK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using default bit rate of 500k in the sample&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The hardware department has verified that the TJA1051 is placed and connected correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The c_can register and pin mux register seems to be set up fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I do a simple transmite (just in the sample) i get TX error from the c_can:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STATUS register: 0x000000E5:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BIT0ERROR, During transmission of the message the device wanted to send a low/dominant, but the monitored bus value was high/recessive&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried using the TEST mode of the c_can module and forcing the TC high and low using the TEST register. The TX pin P0.18 doesn't toggle. It is always high.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I move the CAN TD/RD to a diffrent set of GPIO's (With nothing attached), the TD can be toggle using the TEST register. --&amp;gt; The TJA1051 'jam' the TX/RD signals??? But why??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm all out of ideas. Any one with any suggestion would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:08:47 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:08:47Z</dc:date>
    <item>
      <title>TX errors with c_can..</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TX-errors-with-c-can/m-p/526565#M9195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tjoAG on Wed Jun 15 03:56:24 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm stucked getting the c_can of my lpc1517 todo some actual transmiting..!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HW:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;MCU: LPC1517 Default TD and RD on P0.13 and P0.18&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TJA1051 transceiver&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XTAL is a 12 MHz cheramic one with 0.5% accuracy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SW:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the lpcxpresso 1548 ccan_rom sample (changed to the correct MCU type and rebuild) and KEIL MDK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using default bit rate of 500k in the sample&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The hardware department has verified that the TJA1051 is placed and connected correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The c_can register and pin mux register seems to be set up fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I do a simple transmite (just in the sample) i get TX error from the c_can:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;STATUS register: 0x000000E5:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BIT0ERROR, During transmission of the message the device wanted to send a low/dominant, but the monitored bus value was high/recessive&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried using the TEST mode of the c_can module and forcing the TC high and low using the TEST register. The TX pin P0.18 doesn't toggle. It is always high.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I move the CAN TD/RD to a diffrent set of GPIO's (With nothing attached), the TD can be toggle using the TEST register. --&amp;gt; The TJA1051 'jam' the TX/RD signals??? But why??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm all out of ideas. Any one with any suggestion would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:08:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TX-errors-with-c-can/m-p/526565#M9195</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: TX errors with c_can..</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/TX-errors-with-c-can/m-p/526566#M9196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;bump&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2016 01:13:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/TX-errors-with-c-can/m-p/526566#M9196</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-19T01:13:13Z</dc:date>
    </item>
  </channel>
</rss>

