<?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のトピックRe: LPC2387 interfacing with SC16IS762</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2387-interfacing-with-SC16IS762/m-p/546783#M13334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see a similar problem with the SPI slave (SC16IS762) while using a different master (MSP430). I seem to get 0xFF on chip enable for SC16IS762. Very strange. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly do let me know if you managed to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tilak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jul 2016 14:35:51 GMT</pubDate>
    <dc:creator>tilaklakshmana</dc:creator>
    <dc:date>2016-07-14T14:35:51Z</dc:date>
    <item>
      <title>LPC2387 interfacing with SC16IS762</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2387-interfacing-with-SC16IS762/m-p/546782#M13333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sumit.kajave on Mon Sep 14 07:31:22 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interfacing LPC2387 with SC16IS762(which is SPI to UART converter). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) My problem is when I read 2 or more register it gives same value as 1st one. I think LPC or converter IC buffer is not clear.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) when I read first time I get alwas 0xff in my buffer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; SSP configure as 8 bit data, CPOL=0,CPHA=0,clock=0x20,SCR=0x07 (I use SSP1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;below is my code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SSP read &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;while(!(SSP1SR &amp;amp; SSPSR_TNF));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; SSP1DR=(unsigned char)adr;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;while ( SSP1SR &amp;amp; SSPSR_BSY );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SSP1DR=0xFF;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;while ( !(SSP1SR &amp;amp; SSPSR_RNE) );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ssp_return_data=(unsigned char)SSP1DR;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SSP write&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;while(!(SSP1SR &amp;amp; SSPSR_TNF));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSP1DR=*buf;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; while ( SSP1SR &amp;amp; SSPSR_BSY );&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; while ( (SSP1SR &amp;amp; (SSPSR_BSY|SSPSR_RNE)) != SSPSR_RNE );&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me I am struct here for more than 2 days&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:49:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2387-interfacing-with-SC16IS762/m-p/546782#M13333</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC2387 interfacing with SC16IS762</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2387-interfacing-with-SC16IS762/m-p/546783#M13334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see a similar problem with the SPI slave (SC16IS762) while using a different master (MSP430). I seem to get 0xFF on chip enable for SC16IS762. Very strange. Am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly do let me know if you managed to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tilak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 14:35:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2387-interfacing-with-SC16IS762/m-p/546783#M13334</guid>
      <dc:creator>tilaklakshmana</dc:creator>
      <dc:date>2016-07-14T14:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC2387 interfacing with SC16IS762</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2387-interfacing-with-SC16IS762/m-p/546784#M13335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize for the late answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, do you are still having a problem with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:21:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC2387-interfacing-with-SC16IS762/m-p/546784#M13335</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2017-04-06T15:21:18Z</dc:date>
    </item>
  </channel>
</rss>

