<?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>LPC MicrocontrollersのトピックLPC804 USART in Master Synchronous mode always add a stop bit to transmission</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2163673#M58726</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using the USART in an LPC804 as Synchronous Master, sending data packets to a slave, but for every byte (8 bit long), seems the LPC add 1 stop bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an example, on an 32 bit data I count 36 clock bits.&lt;/P&gt;&lt;P&gt;The configuration is 8 data bit, 1 stop (the choice is between 1 and 2 stops bit), no parity.&lt;/P&gt;&lt;P&gt;In the middle of the 9th bit there is a clock front, so it doesn't seem to be just an idle time.&lt;/P&gt;&lt;P&gt;Anyone was able to use this device properly?&lt;/P&gt;&lt;P&gt;There is any way to disable this stop bit to be added to communication?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for any help or comment&lt;/P&gt;</description>
    <pubDate>Thu, 04 Sep 2025 12:20:22 GMT</pubDate>
    <dc:creator>xs_graziano</dc:creator>
    <dc:date>2025-09-04T12:20:22Z</dc:date>
    <item>
      <title>LPC804 USART in Master Synchronous mode always add a stop bit to transmission</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2163673#M58726</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using the USART in an LPC804 as Synchronous Master, sending data packets to a slave, but for every byte (8 bit long), seems the LPC add 1 stop bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an example, on an 32 bit data I count 36 clock bits.&lt;/P&gt;&lt;P&gt;The configuration is 8 data bit, 1 stop (the choice is between 1 and 2 stops bit), no parity.&lt;/P&gt;&lt;P&gt;In the middle of the 9th bit there is a clock front, so it doesn't seem to be just an idle time.&lt;/P&gt;&lt;P&gt;Anyone was able to use this device properly?&lt;/P&gt;&lt;P&gt;There is any way to disable this stop bit to be added to communication?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for any help or comment&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 12:20:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2163673#M58726</guid>
      <dc:creator>xs_graziano</dc:creator>
      <dc:date>2025-09-04T12:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 USART in Master Synchronous mode always add a stop bit to transmission</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2163891#M58730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/158234"&gt;@xs_graziano&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The USART module on the LPC804 is designed to transmit only 7, 8, or 9 data bits per frame. It does not support sending data without framing.&lt;/P&gt;
&lt;P&gt;The only way to transmit a frame with more bits than this would be to implement a custom protocol manually using GPIOs.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Pablo&lt;/P&gt;</description>
      <pubDate>Thu, 04 Sep 2025 20:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2163891#M58730</guid>
      <dc:creator>Pablo_Ramos</dc:creator>
      <dc:date>2025-09-04T20:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 USART in Master Synchronous mode always add a stop bit to transmission</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2164126#M58734</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/48332"&gt;@Pablos&lt;/a&gt;_Ramos,&lt;/P&gt;&lt;P&gt;Thank you for your answer. So, if I right understand, there is no way to use the USART in Synchronous mode without start and stop bit for every byte.&lt;/P&gt;&lt;P&gt;It seems this way also in the datasheet, where there is a 'Start bit' before the first bit is transmitted... I haven't notice it before...&lt;/P&gt;&lt;P&gt;So, the only way to manage a Synchronous Serial Transmission with just 8 bit for every byte (without start and stop) is to use the SPI module, is that right?&lt;/P&gt;&lt;P&gt;Thank you for your support&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 06:52:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2164126#M58734</guid>
      <dc:creator>xs_graziano</dc:creator>
      <dc:date>2025-09-05T06:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC804 USART in Master Synchronous mode always add a stop bit to transmission</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2164588#M58737</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/158234"&gt;@xs_graziano&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;To manage synchronous serial transmission with 8-bit data and no start/stop bits on the LPC804, you can use the SPI peripheral. Alternatively, you could implement the transmission manually using GPIOs.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Pablo&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 20:50:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC804-USART-in-Master-Synchronous-mode-always-add-a-stop-bit-to/m-p/2164588#M58737</guid>
      <dc:creator>Pablo_Ramos</dc:creator>
      <dc:date>2025-09-05T20:50:44Z</dc:date>
    </item>
  </channel>
</rss>

