<?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>LPCXpresso IDEのトピックRe: Problem Writting to the SSP_DR</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Writting-to-the-SSP-DR/m-p/559565#M15499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Wed Dec 07 03:48:13 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000080][I]hello [/I]danielalsanta,[/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000080]I did not check the SSP yet, but the serial-data-functionality of the AD5310 is that simple that via simple bitstreaming (setting bits by hand) the functionality of the DAC can be checked ...[/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000080]I will look at the SSP. [/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:47:46 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:47:46Z</dc:date>
    <item>
      <title>Problem Writting to the SSP_DR</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Writting-to-the-SSP-DR/m-p/559564#M15498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by danielalsanta on Mon Dec 05 07:40:56 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Im using the example code from LPCXpresso website for performing a SSP connection. Im using Windows version of the IDE, I have a LPC link board that I cut it and im connecting through JTAG cable to an LPC1343 quick start board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I initialize correctly CR0 and CR1 to work as a SPI, 8 bits, working as a master, and the clock is configured for port 0.6. TX_RX_ONLY, and USE_CS are 1.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The goal of my program is to drive an External DAC (AD5310). Therefore in order to test it, im setting src_addr[0] = 0X70 and I plan to send this value permanelty via a permanent loop. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that during the funciton :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SSPSend( (uint8_t *)src_addr, 1 );&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_SSP-&amp;gt;DR = *buf&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I always receive in DR a value of 0xFF&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:47:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Writting-to-the-SSP-DR/m-p/559564#M15498</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Writting to the SSP_DR</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Writting-to-the-SSP-DR/m-p/559565#M15499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Wed Dec 07 03:48:13 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000080][I]hello [/I]danielalsanta,[/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000080]I did not check the SSP yet, but the serial-data-functionality of the AD5310 is that simple that via simple bitstreaming (setting bits by hand) the functionality of the DAC can be checked ...[/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[COLOR=#000080]I will look at the SSP. [/COLOR]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:47:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Writting-to-the-SSP-DR/m-p/559565#M15499</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Writting to the SSP_DR</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Writting-to-the-SSP-DR/m-p/559566#M15500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Wed Dec 07 06:10:05 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Danielalsanta,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as I would expect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The MOSI line is connected to Din of the AD5310 , the MISO line is not connected to the AD5310 hence you will always receive 0xff when reading LPC_SSP-&amp;gt;DR.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:47:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-Writting-to-the-SSP-DR/m-p/559566#M15500</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:47:47Z</dc:date>
    </item>
  </channel>
</rss>

