<?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>Kinetis MicrocontrollersのトピックRe: UART Start of Transfer Problem</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-Start-of-Transfer-Problem/m-p/198030#M2755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;Briwal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;I'm impressed with your understanding about section 5.2.2.1 of J1708. &amp;nbsp;Many folks just overlook it, but to their peril. &amp;nbsp;I know of several companies that had recalls or software updates due to lack of compliance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;In regards to your question, we've had a similar problem with Freescale parts. &amp;nbsp;I think you will need to do a software UART to comply with 5.2.2.1. &amp;nbsp;We do sell a single chip solution that has 2 J1939 ports and a single J1587/J1708 port. &amp;nbsp;Our 5.2.2.1 max latency is 2 microseconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;JR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.j1939-rs232.com" rel="nofollow" target="_self" title="J1939 to RS-232"&gt;J1939 to RS-232&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.j1939-usb.com" rel="nofollow" target="_self" title="J1939 to USB"&gt;J1939 to USB&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.j1939-wifi.com" rel="nofollow" target="_self" title="J1939 to WiFi"&gt;J1939 to WiFi&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.j1939-uart.com" rel="nofollow" target="_self" title="J1939 to UART"&gt;J1939 to UART&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2011 09:16:46 GMT</pubDate>
    <dc:creator>jrsimma</dc:creator>
    <dc:date>2011-10-11T09:16:46Z</dc:date>
    <item>
      <title>UART Start of Transfer Problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-Start-of-Transfer-Problem/m-p/198028#M2753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm connecting to a J1708 serial network with the K40X256. One of the requirements of the J1708 spec is that a transfer must start within a half bit time of when it is programmed (this is necessary to detect collisions with other devices that start the transfer at the same time). J1708 runs at 9600 baud, so a half bit time is 51us. So after programming the UART data register the transfer needs to start within 51 us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I program the UART data register the transfer starts anywhere from 51 to 150 (0.5 to 1.5 bit time). Is there a signal that I can synchronize the writing of the data register so I can guarantee that the transfer will start in a half bit time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 22:12:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-Start-of-Transfer-Problem/m-p/198028#M2753</guid>
      <dc:creator>Briwal</dc:creator>
      <dc:date>2011-04-13T22:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: UART Start of Transfer Problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-Start-of-Transfer-Problem/m-p/198029#M2754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update.&lt;/P&gt;&lt;P&gt;So I have been able to create a flex timer with a frequency the same as the baud rate. I sync the timer to when I enable the Transmitter.&amp;nbsp; This makes is so there isn't a variation on when the transfer starts. It is still not within one bit time but it is close (0.6*bit time).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 00:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-Start-of-Transfer-Problem/m-p/198029#M2754</guid>
      <dc:creator>Briwal</dc:creator>
      <dc:date>2011-04-15T00:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: UART Start of Transfer Problem</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-Start-of-Transfer-Problem/m-p/198030#M2755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;Briwal:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;I'm impressed with your understanding about section 5.2.2.1 of J1708. &amp;nbsp;Many folks just overlook it, but to their peril. &amp;nbsp;I know of several companies that had recalls or software updates due to lack of compliance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;In regards to your question, we've had a similar problem with Freescale parts. &amp;nbsp;I think you will need to do a software UART to comply with 5.2.2.1. &amp;nbsp;We do sell a single chip solution that has 2 J1939 ports and a single J1587/J1708 port. &amp;nbsp;Our 5.2.2.1 max latency is 2 microseconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;JR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.j1939-rs232.com" rel="nofollow" target="_self" title="J1939 to RS-232"&gt;J1939 to RS-232&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.j1939-usb.com" rel="nofollow" target="_self" title="J1939 to USB"&gt;J1939 to USB&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.j1939-wifi.com" rel="nofollow" target="_self" title="J1939 to WiFi"&gt;J1939 to WiFi&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&lt;A href="http://www.j1939-uart.com" rel="nofollow" target="_self" title="J1939 to UART"&gt;J1939 to UART&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 09:16:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-Start-of-Transfer-Problem/m-p/198030#M2755</guid>
      <dc:creator>jrsimma</dc:creator>
      <dc:date>2011-10-11T09:16:46Z</dc:date>
    </item>
  </channel>
</rss>

