<?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>Other NXP ProductsのトピックRe: UJA1023 Configuration</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659710#M4568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael. I tried HSE as well as push/pull and still got 0v. *However* I learned that I was operating the UJA1023 out of spec (V+ of 4.8V DC). Once I moved to a higher voltage power supply the outputs started working properly as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2018 19:12:59 GMT</pubDate>
    <dc:creator>appleguru</dc:creator>
    <dc:date>2018-08-09T19:12:59Z</dc:date>
    <item>
      <title>UJA1023 Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659705#M4563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I'm trying to configure the LIN I/O slave UJA1023.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the instructions of the datasheet, I send this LIN-Message to the slave:&lt;/P&gt;&lt;P&gt;SB SF 3C 60 06 B1 11 00 00 00 04 D2 // Assign frameID, default NAD used and ID(PxReq) = 04,ID(PxResp) = 05&lt;/P&gt;&lt;P&gt;I would expect to receive to following answer (as described in the datasheet):&lt;/P&gt;&lt;P&gt;SB SF 7D 60 01 F1 FF FF FF FF FF AC // Positive response&lt;/P&gt;&lt;P&gt;But I get no response from the slave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried other messages. My NAD is 0x60 (HEX) -&amp;gt; C1, C2, C3 to GND. The LIN-Bus is ok (Power, no failure). I can send valid frames and monitor them with a "LIN-Sniffer". I've tried three different UJA's. No success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea, where the problem could be? Maybe I do something wrong?&lt;/P&gt;&lt;P&gt;Thank you very much for any hint/answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;M. Bohle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 12:36:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659705#M4563</guid>
      <dc:creator>michaelbohle</dc:creator>
      <dc:date>2017-03-16T12:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1023 Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659706#M4564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the master is sending a frame to assign an ID, i.e.&lt;/P&gt;&lt;P&gt;SB SF 3C 60 06 B1 11 00 00 00 04 D2 // Assign frameID, default NAD used and ID(PxReq) = 04,ID(PxResp) = 05&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then master sends a LIN header, SB SF 7D, and waiting for slave response.&lt;/P&gt;&lt;P&gt;No data (expected 60 01 F1 FF FF FF FF FF AC) is received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share a scope picture of LIN bus signal, to see the real data on the bus? Also analyzer data could be fine.&lt;/P&gt;&lt;P&gt;What is the state of INH pin? Is this still high? Or goes to High-z which indicate low power mode?&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>Tue, 28 Mar 2017 11:28:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659706#M4564</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2017-03-28T11:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1023 Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659707#M4565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ve solved the „problem“ yesterday. My interpretation of the LIN-Bus specification was wrong. I thought the slave would send a whole message (incl. header) after a request by the master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I’m sending a header (as you have written) after the request and get the answer I’ve expected from the slave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thanks for your effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Von: PetrS  &lt;/P&gt;&lt;P&gt;Gesendet: Dienstag, 28. März 2017 13:29&lt;/P&gt;&lt;P&gt;An: Michael Bohle &amp;lt;michael.bohle@rtb-elektronik.de&amp;gt;&lt;/P&gt;&lt;P&gt;Betreff: Re:  - Re: UJA1023 Configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt; NXP Community &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: UJA1023 Configuration &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Petr Stancik &amp;lt;https://community.nxp.com/people/PetrS?et=watches.email.thread&amp;gt;  in Other NXP Solutions - View the full discussion &amp;lt;https://community.nxp.com/message/891533?commentID=891533&amp;amp;et=watches.email.thread#comment-891533&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 11:53:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659707#M4565</guid>
      <dc:creator>michaelbohle</dc:creator>
      <dc:date>2017-03-28T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1023 Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659708#M4566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/PetrS" rel="nofollow noopener noreferrer" target="_blank"&gt;PetrS&lt;/A&gt;‌ Perhaps you can help;&amp;nbsp;I am also trying to work&amp;nbsp;through the data sheet example for the UJA1023; I am seeing responses, but the IO pins do not seem to be changing state at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a test script that is&amp;nbsp;sending the following frame data over LIN to the UJA1023 from my master; it is the only slave on the bus:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;Sending Assign frameID, default NAD used and ID(PxReq) = 04,ID(PxResp) = 05: SB SF 3C 60 06 B1 11 00 00 00 04 D2
RET Data positive response: 55 7D 60 01 F1 FF FF FF FF FF AC

Sending Datadump1, 8 x LSE: SB SF 3C 60 06 B4 00 00 FF 00 00 E4
RET Data config: 55 7D 60 06 F4 00 00 FF 00 00 A4

Sending Datadump2, no capture and threshold select (optional) SB SF 3C 60 06 B4 40 00 00 00 00 A4:
RET Data config 2: 55 7D 60 06 F4 40 00 00 00 00 64

Sending Datadump3, LHvalue=0x55, default PWM = 0x10 (optional) SB SF 3C 60 04 B4 80 55 10 FF FF 01:
RET Data config 3: 55 7D 60 04 F4 80 55 10 FF FF C0

Sending Read by identifier request (optional) SB SF 3C 60 06 B2 00 11 00 00 00 D5:
RET Data id request positive response: 55 7D 60 06 F2 11 00 00 00 04 91

Sending P0 on: SB SF C4 01 80 7E
Sending P1 on: SB SF C4 02 80 7D
Sending P2 on: SB SF C4 04 80 7B
Sending P3 on: SB SF C4 08 80 77
Sending P4 on: SB SF C4 10 80 6F
Sending P5 on: SB SF C4 20 80 5F
Sending P6 on: SB SF C4 40 80 3F
Sending P7 on: SB SF C4 80 80 FE&lt;/PRE&gt;&lt;P&gt;Up until the Read ID command, the responses all seem to match the ones on the data sheet. But when I send the&amp;nbsp;PxReq frames, I don't see any changes on the P0-P7 (they always just measure 0v, instead of cascading to +Vio like I would expect). Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 19:53:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659708#M4566</guid>
      <dc:creator>appleguru</dc:creator>
      <dc:date>2018-07-13T19:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1023 Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659709#M4567</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;Sample is Low-Side Switch, if you have no pullups on&amp;nbsp;i/o pins you can measure only 0v !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Datadump1: HighSideSwitch Enable&lt;/P&gt;&lt;PRE style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;8 x HSE: SB SF 3C 60 06 B4 00 FF 00 00 00 A4

Regards,
Michael&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2018 15:34:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659709#M4567</guid>
      <dc:creator>jackson0</dc:creator>
      <dc:date>2018-08-01T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1023 Configuration</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659710#M4568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael. I tried HSE as well as push/pull and still got 0v. *However* I learned that I was operating the UJA1023 out of spec (V+ of 4.8V DC). Once I moved to a higher voltage power supply the outputs started working properly as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 19:12:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/UJA1023-Configuration/m-p/659710#M4568</guid>
      <dc:creator>appleguru</dc:creator>
      <dc:date>2018-08-09T19:12:59Z</dc:date>
    </item>
  </channel>
</rss>

