<?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>CodeWarrior Development Tools中的主题 Re: SSI using K60 Processor Expert</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867913#M7417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hui Ma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled Master Clock, there is an output clock from Master Clock pin, but Receiver Clock has no output, also the receiver clock rate has to be picked as a different rate of the master clock. The software cannot read the input data, and there is no interrupt generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I use the SPI interface to read the encoder chip. It works.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2019 15:25:03 GMT</pubDate>
    <dc:creator>davidzhou</dc:creator>
    <dc:date>2019-02-19T15:25:03Z</dc:date>
    <item>
      <title>SSI using K60 Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867910#M7414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have TWR-K60F120M Tower Module.&lt;/P&gt;&lt;P&gt;I am trying to set up and use SSI_LDD from Processor Expert.&lt;/P&gt;&lt;P&gt;The Receive Clock is set to pin PTE9.&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;LDD_TDeviceData *SSI_Device;&lt;BR /&gt;SSI_Device= SSI1_Init(NULL);&lt;/P&gt;&lt;P&gt;int16_t data;&lt;/P&gt;&lt;P&gt;void Main_Task&amp;nbsp; (&amp;nbsp; uint32_t param )&lt;BR /&gt;{&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp; while (1) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSI1_ReceiveBlock ( SSI_Device, &amp;amp;data, sizeof(data));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First thing first, I scoped and there is no clock output on the PTE9 ( A43 - primary size connector)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have missed?&lt;/P&gt;&lt;P&gt;The PE configuration: Screen Dump attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 21:53:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867910#M7414</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2019-02-15T21:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: SSI using K60 Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867911#M7415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also tried Receive Clock Output Pin with PTC9, PTC6,&amp;nbsp; PTA14.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The secondary interface board is not plugged in. (Only the primary board runs the program).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 21:55:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867911#M7415</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2019-02-15T21:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: SSI using K60 Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867912#M7416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the Processor Expert [SSI_LDD] component setting, the Master clock is disable.&lt;/P&gt;&lt;P&gt;The SAI_RX_BCLK is an input when externally generated and an output when internally generated.&lt;/P&gt;&lt;P&gt;If required receive bit clock with internally generated, it need enable Master clock at first.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 06:06:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867912#M7416</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2019-02-18T06:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: SSI using K60 Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867913#M7417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hui Ma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled Master Clock, there is an output clock from Master Clock pin, but Receiver Clock has no output, also the receiver clock rate has to be picked as a different rate of the master clock. The software cannot read the input data, and there is no interrupt generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I use the SPI interface to read the encoder chip. It works.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 15:25:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/SSI-using-K60-Processor-Expert/m-p/867913#M7417</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2019-02-19T15:25:03Z</dc:date>
    </item>
  </channel>
</rss>

