<?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: LPC11U68 CTS in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646604#M25585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy (or is it Ping?),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll need to extract the code I'm using into an example.&amp;nbsp; It's tightly woven into the product that is based on this processor.&amp;nbsp; You'll obviously also need some hardware that will generate a CTS when the LPC is generating serial data fast enough to cause it (or simulate CTS with a resistor to supply or some-such.&amp;nbsp; A high level indicates the target wants the CPU to hold off... (can't recall which sense of the signal is necessary) ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to do that in the next few days.&amp;nbsp; My current work-around is to insert a fixed delay after every transmission from the LPC11U68, so the peripheral can keep up.&amp;nbsp; Clearly that's not ideal, but I needed to be able to move forward on my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you heard of any issues like I'm describing?&amp;nbsp; As I mentioned in my post, someone else had the very same issue with this processor but I saw that no one responded.&amp;nbsp; It was originally posted on the LPCWare community site and then moved here once the transition occurred.&amp;nbsp; Not sure if that individual ever got resolution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Todd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2016 20:22:02 GMT</pubDate>
    <dc:creator>toddwade</dc:creator>
    <dc:date>2016-12-07T20:22:02Z</dc:date>
    <item>
      <title>LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646602#M25583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a 48-pin LPC11U68, making use of USART0. &amp;nbsp;I'm having trouble getting *any* value for the CTS input. I'm using Port 0, pin 7 in the IOCON set up. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried enabling auto-cts, as well as setting up modem status interrupts, with the CTS change-of-state interrupt enabled too. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To date I can see nothing that correlates to the CTS input. &amp;nbsp;When I read the CTS bit in the modem status register, it never reflects the current state of the CTS input, nor does the change-of-state ever move.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My setup:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-style: normal; font-weight: normal; text-decoration: none;"&gt;&lt;PRE&gt;&lt;SPAN style="font-weight: bolder;"&gt;Chip_IOCON_PinMuxSet&lt;/SPAN&gt;(LPC_IOCON, &lt;SPAN style="color: #000080;"&gt;0&lt;/SPAN&gt;,&amp;nbsp; &lt;SPAN style="color: #000080;"&gt;7&lt;/SPAN&gt;, (IOCON_FUNC1 | IOCON_MODE_PULLDOWN | IOCON_DIGMODE_EN));&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Chip_UART0_SetModemControl(LPC_USART0, UART0_MCR_AUTO_CTS_EN); &amp;nbsp;&amp;lt;-- confirmed in MCR&lt;/P&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-style: normal; font-weight: normal; text-decoration: none;"&gt;&lt;PRE&gt;&lt;SPAN style="font-weight: bolder;"&gt;Chip_UART0_IntEnable&lt;/SPAN&gt;(LPC_USART0, (UART0_IER_RBRINT | UART0_IER_RLSINT | UART0_IER_MSINT | UART0_IER_CTSINT)); &amp;lt;-- Confirmed in register

In my ISR, I never see a change of CTS state, even though the input definitely has a changing input.

Auto-CTS is not working, in that TX continues regardless of the CTS input from the receiving device.

I saw another post about this very issue, and no one responded.&amp;nbsp; Is this a known problem with this port, or is there some secret sequence to configure it for correct operation?

Thanks&lt;/PRE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Dec 2016 22:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646602#M25583</guid>
      <dc:creator>toddwade</dc:creator>
      <dc:date>2016-12-04T22:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646603#M25584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="291482" data-username="toddwade" href="https://community.nxp.com/people/toddwade"&gt;Hi Todd Wade,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and the opportunity to serve you.&lt;/P&gt;&lt;P&gt;I was wondering if you can share the demo, then I can replicate the issue on my site.&lt;/P&gt;&lt;P&gt;It's good for me to figure out the root cause of the issue.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 03:19:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646603#M25584</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-12-07T03:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646604#M25585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy (or is it Ping?),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll need to extract the code I'm using into an example.&amp;nbsp; It's tightly woven into the product that is based on this processor.&amp;nbsp; You'll obviously also need some hardware that will generate a CTS when the LPC is generating serial data fast enough to cause it (or simulate CTS with a resistor to supply or some-such.&amp;nbsp; A high level indicates the target wants the CPU to hold off... (can't recall which sense of the signal is necessary) ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll try to do that in the next few days.&amp;nbsp; My current work-around is to insert a fixed delay after every transmission from the LPC11U68, so the peripheral can keep up.&amp;nbsp; Clearly that's not ideal, but I needed to be able to move forward on my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you heard of any issues like I'm describing?&amp;nbsp; As I mentioned in my post, someone else had the very same issue with this processor but I saw that no one responded.&amp;nbsp; It was originally posted on the LPCWare community site and then moved here once the transition occurred.&amp;nbsp; Not sure if that individual ever got resolution to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Todd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 20:22:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646604#M25585</guid>
      <dc:creator>toddwade</dc:creator>
      <dc:date>2016-12-07T20:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646605#M25586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my test code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LPC11U68, 48-pin part. &amp;nbsp;CTS on PORT 0, PIN 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will just keep transmitting regardless of the CTS input. &amp;nbsp;Also, notice that I enabled modem-status interrupts. &amp;nbsp;It doesn't enter the ISR when a change of CTS input occurs either...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;DIV style="color: #000000; background-color: #ffffff; font-style: normal; font-weight: normal; text-decoration: none;"&gt;&lt;PRE&gt;RINGBUFF_T&amp;nbsp;&amp;nbsp;TSTtxring; 
uint8_t&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TSTtxbuff&lt;SPAN style="color: #800000;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;256&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;]&lt;/SPAN&gt;;
RINGBUFF_T&amp;nbsp; TSTrxring; 
uint8_t&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TSTrxbuff&lt;SPAN style="color: #800000;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;256&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;]&lt;/SPAN&gt;;

#ifdef WATCH_INPUT
static uint32_t&amp;nbsp;count = 0;
#endif

// USART0 ISR
&lt;SPAN style="color: #800080;"&gt;void&lt;/SPAN&gt; &lt;SPAN style="font-weight: bolder;"&gt;UART0_IRQHandler&lt;/SPAN&gt;(&lt;SPAN style="color: #800080;"&gt;void&lt;/SPAN&gt;)
&lt;SPAN style="color: #800000;"&gt;{
&lt;/SPAN&gt;&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_IRQRBHandler&lt;/SPAN&gt;(LPC_USART0, &amp;amp;TSTrxring, &amp;amp;TSTtxring);
&lt;SPAN style="color: #800000;"&gt;}&lt;/SPAN&gt;

// Test function for the serial port CTS issue&lt;SPAN style="color: #800080;"&gt;void&lt;/SPAN&gt; &lt;SPAN style="font-weight: bolder;"&gt;testSerial&lt;/SPAN&gt;(&lt;SPAN style="color: #800080;"&gt;void&lt;/SPAN&gt;)
&lt;SPAN style="color: #800000;"&gt;{
&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; unsigned&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;char&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; buf&lt;SPAN style="color: #800000;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;1024&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;]&lt;/SPAN&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 

&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // USART 0 Tx/Rx
&lt;/SPAN&gt;&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMuxSet&lt;/SPAN&gt;(LPC_IOCON, &lt;SPAN style="color: #000080;"&gt;0&lt;/SPAN&gt;, &lt;SPAN style="color: #000080;"&gt;18&lt;/SPAN&gt;, (IOCON_FUNC1 | IOCON_MODE_INACT | IOCON_DIGMODE_EN));
&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMuxSet&lt;/SPAN&gt;(LPC_IOCON, &lt;SPAN style="color: #000080;"&gt;0&lt;/SPAN&gt;, &lt;SPAN style="color: #000080;"&gt;19&lt;/SPAN&gt;, (IOCON_FUNC1 | IOCON_MODE_INACT | IOCON_DIGMODE_EN));

&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // USART 0 CTS/RTS
&lt;/SPAN&gt;&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMuxSet&lt;/SPAN&gt;(LPC_IOCON, &lt;SPAN style="color: #000080;"&gt;0&lt;/SPAN&gt;, &lt;SPAN style="color: #000080;"&gt;17&lt;/SPAN&gt;, (IOCON_FUNC1 | IOCON_MODE_INACT | IOCON_DIGMODE_EN));
&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_IOCON_PinMuxSet&lt;/SPAN&gt;(LPC_IOCON, &lt;SPAN style="color: #000080;"&gt;0&lt;/SPAN&gt;,&amp;nbsp; &lt;SPAN style="color: #000080;"&gt;7&lt;/SPAN&gt;, (IOCON_FUNC1 | IOCON_MODE_PULLDOWN | IOCON_DIGMODE_EN));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 

&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Setup UART for 9600 N,8,1 */
&lt;/SPAN&gt;&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_Init&lt;/SPAN&gt;(LPC_USART0);
&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_SetModemControl&lt;/SPAN&gt;(LPC_USART0, UART0_MCR_AUTO_CTS_EN);
&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_SetBaud&lt;/SPAN&gt;(LPC_USART0, &lt;SPAN style="color: #000080;"&gt;9600&lt;/SPAN&gt;);
&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_ConfigData&lt;/SPAN&gt;(LPC_USART0, (UART0_LCR_WLEN8 | UART0_LCR_SBS_1BIT));
&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_SetupFIFOS&lt;/SPAN&gt;(LPC_USART0, (UART0_FCR_FIFO_EN | UART0_FCR_TRG_LEV2));
&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_TXEnable&lt;/SPAN&gt;(LPC_USART0);
&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; /* 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Before using the ring buffers, 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initialize them using the ring
&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; buffer init function
&amp;nbsp;&amp;nbsp;&amp;nbsp; */
&lt;/SPAN&gt;&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RingBuffer_Init&lt;/SPAN&gt;(&amp;amp;TSTrxring, TSTrxbuff, &lt;SPAN style="color: #000080;"&gt;1&lt;/SPAN&gt;, &lt;SPAN style="color: #000080;"&gt;256&lt;/SPAN&gt;);
&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RingBuffer_Init&lt;/SPAN&gt;(&amp;amp;TSTtxring, TSTtxbuff, &lt;SPAN style="color: #000080;"&gt;1&lt;/SPAN&gt;, &lt;SPAN style="color: #000080;"&gt;256&lt;/SPAN&gt;);

&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Enable receive data and line status interrupt */
&lt;/SPAN&gt;&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_IntEnable&lt;/SPAN&gt;(LPC_USART0, (UART0_IER_RBRINT | UART0_IER_RLSINT | UART0_IER_MSINT));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 

&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Enable UART 0 interrupt */
&lt;/SPAN&gt;&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NVIC_EnableIRQ&lt;/SPAN&gt;(USART0_IRQn);

&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set some default characters into our buffer
&lt;/SPAN&gt;&lt;SPAN style="color: #c04000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; memset&lt;/SPAN&gt;(buf, &lt;SPAN style="color: #000080;"&gt;0x56&lt;/SPAN&gt;, &lt;SPAN style="color: #800080;"&gt;sizeof&lt;/SPAN&gt;(buf));&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 

&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*
&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ** Loop forever transmitting characters.
&amp;nbsp;&amp;nbsp;&amp;nbsp; ** When CTS goes HI, the output should stop??
&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; **
&lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; */
&lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while&lt;/SPAN&gt; (&lt;SPAN style="color: #000080;"&gt;1&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&lt;/SPAN&gt;&lt;SPAN style="font-weight: bolder;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_UART0_SendRB&lt;/SPAN&gt;(LPC_USART0, &amp;amp;TSTtxring, (&lt;SPAN style="color: #800080;"&gt;const&lt;/SPAN&gt; &lt;SPAN style="color: #800080;"&gt;void&lt;/SPAN&gt; *)buf, &lt;SPAN style="color: #800080;"&gt;sizeof&lt;/SPAN&gt;(buf));

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Use this to prove I'm getting input on the pin.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;SPAN style="color: #808000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #if&lt;/SPAN&gt; (WATCH_INPUT)
&lt;SPAN style="color: #800080;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if&lt;/SPAN&gt; (&lt;SPAN style="font-weight: bolder;"&gt;Chip_GPIO_ReadPortBit&lt;/SPAN&gt;(LPC_GPIO, &lt;SPAN style="color: #000080;"&gt;0&lt;/SPAN&gt;, &lt;SPAN style="color: #000080;"&gt;7&lt;/SPAN&gt;))
&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&lt;/SPAN&gt;&lt;SPAN style="color: #c04000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count&lt;/SPAN&gt;++;
&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/SPAN&gt;&lt;SPAN style="color: #808000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #endif
&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;}

&lt;/SPAN&gt;void main(void)
{
&amp;nbsp;&amp;nbsp; testSerial();
}&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need anything else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 15:18:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646605#M25586</guid>
      <dc:creator>toddwade</dc:creator>
      <dc:date>2016-12-09T15:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646606#M25587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="291482" data-username="toddwade" href="https://community.nxp.com/people/toddwade"&gt;Todd Wade&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Have a look through the codes, I didn't find something wrong with them.&lt;/P&gt;&lt;P&gt;I'm still working on it now.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 09:36:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646606#M25587</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-12-12T09:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646607#M25588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="291482" data-objecttype="3" href="https://community.nxp.com/people/toddwade"&gt;Todd Wade&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Did you ever use the oscilloscope or logic analyzer to sample the signals of communication?&lt;/P&gt;&lt;P&gt;If yes, I was wondering if you can share the sampled signals.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 08:50:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646607#M25588</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-12-13T08:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646608#M25589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have looked at it on a scope, but I don't have a capture. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the sample code above, I watch the TX data coming from the processor and then assert the CTS by hand (pull the pin HI). &amp;nbsp;Whether I drive the CTS input HI or LO, data continues to come out of TX. &amp;nbsp;Also, I never see a change of state in the modem status register, nor does the CTS value change in the MSR either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I verified that the signal is reaching the processor through the code residing between the WATCH_INPUT #define in my test code, so I absolutely know the signal is present. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &amp;nbsp;Have you tried this on a 11u68 in the same package?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &amp;nbsp;Do you see any similar behavior?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. &amp;nbsp;Why does the processor show ZERO indication in the MSR of the state of the CTS input and why doesn't it show a change of state for that input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Why is no modem status interrupt is generated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. &amp;nbsp;Since this was reported by someone else with identical issues, I have to conclude there may we'll be something to my issue. &amp;nbsp;I'm willing to admit I may not be configuring something correctly, but I cannot see what and no one has shown me what it would be. &amp;nbsp;At present I'm more inclined to think there's a problem with the part. &amp;nbsp;I'd be thrilled to be wrong. &amp;nbsp;The other person who reported this got no answer either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cannot change the design of the board, so if I can't get this resolved in the next few days I will have to work around it somehow and move on. &amp;nbsp; Frustrating.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 12:55:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646608#M25589</guid>
      <dc:creator>toddwade</dc:creator>
      <dc:date>2016-12-13T12:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646609#M25590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ping,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any update on this issue? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Todd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2016 21:29:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646609#M25590</guid>
      <dc:creator>toddwade</dc:creator>
      <dc:date>2016-12-17T21:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11U68 CTS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646610#M25591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="291482" data-username="toddwade" href="https://community.nxp.com/people/toddwade"&gt;Todd Wade,&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Please check attachment and refer to it for details.&lt;/SPAN&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 07:24:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11U68-CTS/m-p/646610#M25591</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-12-19T07:24:13Z</dc:date>
    </item>
  </channel>
</rss>

