<?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: SPI problem example read ID from TJA1145 in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2376126#M32451</link>
    <description>&lt;P&gt;What is the external pull-up value connected to SDI?&lt;/P&gt;
&lt;P&gt;Please see AH1903&amp;nbsp;Application Hints - High speed CAN transceiver for partial networking TJA1145A section 7.4.1&amp;nbsp;SDI pin input behavior that is under secure files!&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jun 2026 21:01:34 GMT</pubDate>
    <dc:creator>ErikaC</dc:creator>
    <dc:date>2026-06-03T21:01:34Z</dc:date>
    <item>
      <title>SPI problem example read ID from TJA1145</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2374901#M32426</link>
      <description>&lt;DIV&gt;When trying to read the ID via SPI, I receive the following responses. 0xFD74. From data sheet 0x74 is expected.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andreas85_0-1780388018820.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387519iD7C1136AF9AB3DB5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andreas85_0-1780388018820.png" alt="Andreas85_0-1780388018820.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;But if I send the service 0xFD00&amp;nbsp; again, I get a different response from TJA1145. Why is that the case? The responses repeat cyclically which means BufferRx[4] would be 0xFD74.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andreas85_1-1780388158647.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387521i971BEC8C6B74FFCE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andreas85_1-1780388158647.png" alt="Andreas85_1-1780388158647.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andreas85_2-1780388205712.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387522i736387D520561FEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andreas85_2-1780388205712.png" alt="Andreas85_2-1780388205712.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I would like to set the transceiver to normal mode using 0x0207. However, here as well I receive different responses but not the response I expect.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for the support!&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Jun 2026 08:23:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2374901#M32426</guid>
      <dc:creator>Andreas85</dc:creator>
      <dc:date>2026-06-02T08:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: SPI problem example read ID from TJA1145</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2375175#M32428</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;The SPI interface operates in full‑duplex mode, meaning that data is transmitted and received simultaneously. However, the device does not return the result of the current command within the same SPI frame. Instead, the response corresponds to the previously received command.&lt;/P&gt;
&lt;P&gt;So, could you please try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Frame 1:&lt;BR /&gt;TX (MOSI): Read command → Address 0x7E with RO = 1&lt;BR /&gt;RX (MISO): Undefined or previous data&lt;/P&gt;
&lt;P&gt;Frame 2:&lt;BR /&gt;TX (MOSI): Dummy data (e.g., 0x0000)&lt;BR /&gt;RX (MISO): Valid response → Device ID value (e.g., 0x74)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 17:05:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2375175#M32428</guid>
      <dc:creator>ErikaC</dc:creator>
      <dc:date>2026-06-02T17:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: SPI problem example read ID from TJA1145</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2375211#M32429</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I send the message as recommended, I get the following answer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andreas85_0-1780425085548.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/387585i4A035811A9FE3935/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andreas85_0-1780425085548.png" alt="Andreas85_0-1780425085548.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like the TJA1145 is &lt;SPAN&gt;responding &lt;/SPAN&gt;with following register values&amp;nbsp; (16 Bit)and&amp;nbsp; reflecting SDI on SDO. I can also see if I sent Frame 1, pull SDI to low and start with reading register 0x7E, the response comes as expected.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;According to the d&lt;/SPAN&gt;atasheet,&amp;nbsp;S&lt;SPAN&gt;DI can be left floating after the transfer. Does the slave need a low level to reset its internal state machine?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2026 18:43:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2375211#M32429</guid>
      <dc:creator>Andreas85</dc:creator>
      <dc:date>2026-06-02T18:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: SPI problem example read ID from TJA1145</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2376126#M32451</link>
      <description>&lt;P&gt;What is the external pull-up value connected to SDI?&lt;/P&gt;
&lt;P&gt;Please see AH1903&amp;nbsp;Application Hints - High speed CAN transceiver for partial networking TJA1145A section 7.4.1&amp;nbsp;SDI pin input behavior that is under secure files!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2026 21:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SPI-problem-example-read-ID-from-TJA1145/m-p/2376126#M32451</guid>
      <dc:creator>ErikaC</dc:creator>
      <dc:date>2026-06-03T21:01:34Z</dc:date>
    </item>
  </channel>
</rss>

