<?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: How to control a SPI(SynchroMaster) CS pin directly?</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439175#M3136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I try to Disable the Slave select pin. &lt;/P&gt;&lt;P&gt;The value is fixed at enable and can't be changed .&lt;/P&gt;&lt;P&gt;How can you disable the Slave pin?&lt;/P&gt;&lt;P&gt;Do you use another pin instead and ignore the default CS pin ?&lt;/P&gt;&lt;P&gt;I use FRDM-KE06Z board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Jun 2015 18:47:25 GMT</pubDate>
    <dc:creator>修華許</dc:creator>
    <dc:date>2015-06-28T18:47:25Z</dc:date>
    <item>
      <title>How to control a SPI(SynchroMaster) CS pin directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439173#M3134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a FRDM-KE06Z board.&lt;/P&gt;&lt;P&gt;I use PE to establish a SynchroMaster in my project.&lt;/P&gt;&lt;P&gt;It seems that freescale's SPI function like SendChar and RecvChar has already control CS pin of SPI automatically&lt;/P&gt;&lt;P&gt;( In other MCU, I have control CS pin directly)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My problem is that Sometimes I need to control the CS pin of SPI interface directly to wake up the external IC &lt;/P&gt;&lt;P&gt;Can I assign the CS pin in PE as BitIO in the same time?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2015 16:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439173#M3134</guid>
      <dc:creator>修華許</dc:creator>
      <dc:date>2015-06-28T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to control a SPI(SynchroMaster) CS pin directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439174#M3135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, in all my applications I have the CS pin disabled in the SynchroMaster component, and use a normal BitIO instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2015 18:22:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439174#M3135</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-06-28T18:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to control a SPI(SynchroMaster) CS pin directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439175#M3136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I try to Disable the Slave select pin. &lt;/P&gt;&lt;P&gt;The value is fixed at enable and can't be changed .&lt;/P&gt;&lt;P&gt;How can you disable the Slave pin?&lt;/P&gt;&lt;P&gt;Do you use another pin instead and ignore the default CS pin ?&lt;/P&gt;&lt;P&gt;I use FRDM-KE06Z board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2015 18:47:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439175#M3136</guid>
      <dc:creator>修華許</dc:creator>
      <dc:date>2015-06-28T18:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to control a SPI(SynchroMaster) CS pin directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439176#M3137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, maybe disabling the CS pin is not supported by the hardware? Otherwise this would be a bug of Processor Expert in my view.&lt;/P&gt;&lt;P&gt;You should be able to use a BitIO in parallel, but then at least you need to enable Pin Sharing.&lt;/P&gt;&lt;P&gt;See "Pin with Pin Sharing" in &lt;A href="http://mcuoneclipse.com/2012/11/12/tutorial-bits-and-pins-with-kinetis/" title="http://mcuoneclipse.com/2012/11/12/tutorial-bits-and-pins-with-kinetis/"&gt;Tutorial: Bits and Pins with Kinetis and the FRDM-KL25Z Board | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2015 18:59:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439176#M3137</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2015-06-28T18:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to control a SPI(SynchroMaster) CS pin directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439177#M3138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I try to follow your article to set pin sharing&lt;/P&gt;&lt;P&gt;And find that pin sharing option is not allowed to set.&lt;/P&gt;&lt;P&gt;Bad News. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Jun 2015 21:46:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439177#M3138</guid>
      <dc:creator>修華許</dc:creator>
      <dc:date>2015-06-28T21:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to control a SPI(SynchroMaster) CS pin directly?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439178#M3139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;The hardware supports it.&amp;nbsp; It looks like another PEx bug.&amp;nbsp; If you instantiate an "SPI_Init" Hardware Initialization component, you can chose to use the Slave Select pin, or not.&amp;nbsp; However if you want the full-featured SPI high-level component, you don't get the choice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 23:37:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-control-a-SPI-SynchroMaster-CS-pin-directly/m-p/439178#M3139</guid>
      <dc:creator>mstroven</dc:creator>
      <dc:date>2015-11-02T23:37:18Z</dc:date>
    </item>
  </channel>
</rss>

