<?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>Processor Expert Software中的主题 Re: Multiple chip selects on a spi port</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290608#M2097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dale,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did this help? We'd like to know! :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Mar 2013 16:01:21 GMT</pubDate>
    <dc:creator>Monica</dc:creator>
    <dc:date>2013-03-21T16:01:21Z</dc:date>
    <item>
      <title>Multiple chip selects on a spi port</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290604#M2093</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 am using CW 10.3 and MQX 4.0. I am working with SPI0. I only see 1 chip select.&amp;nbsp; I am using a MK20DN512VLK10 which shows more than 1 chip select available for SPI0. How do I enable / use a second chip select line?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 13:13:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290604#M2093</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2013-03-11T13:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chip selects on a spi port</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290605#M2094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dale,&lt;/P&gt;&lt;P&gt;Please look at the MQXIOUG.pdf in the MQX4.0/docs/mqx path.&lt;/P&gt;&lt;P&gt;Section 9.6 Using the Driver elaborates on how to select the SPI module chip select when doing a fopen() operation:&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;spifd = fopen("spi2:1", NULL); /* CS0 on bus spi2*/&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 17:31:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290605#M2094</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2013-03-11T17:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chip selects on a spi port</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290606#M2095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like your answer because it points to an open question I have. How much are we to use PE with MQX? I have a non PE application developed from the twr60K demo. I am porting the application to the k20 and because it appears that Freescale is moving to PE so started to work with PE. Where is the diving line, should I be setting up RS485 ports using PE or MQX? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any good direction on what to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 17:43:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290606#M2095</guid>
      <dc:creator>barbercolman</dc:creator>
      <dc:date>2013-03-11T17:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chip selects on a spi port</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290607#M2096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dale,&lt;/P&gt;&lt;P&gt;For our Kinetis L devices, they heavily reply on PE for baremetal and MQX Lite functionality.&lt;/P&gt;&lt;P&gt;The Kinetis K devices have used PE for clock configuration and quickly adding in drivers for on-chip peripherals.&amp;nbsp; PE can also help when it comes to porting as the processor component can be changed out and/or helpful for changing packages.&lt;/P&gt;&lt;P&gt;The divide line is user specific.&amp;nbsp; Some people like using PE much and other prefer using the MQX drivers and adding their own code.&amp;nbsp; So no right or wrong answer.&lt;/P&gt;&lt;P&gt;Later this year Freescale will offer having the MQX Lite on the Kinetis K devices via PE and the PE will have some nice enhancements.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 21:33:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290607#M2096</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2013-03-11T21:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple chip selects on a spi port</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290608#M2097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dale,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did this help? We'd like to know! :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2013 16:01:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Multiple-chip-selects-on-a-spi-port/m-p/290608#M2097</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-03-21T16:01:21Z</dc:date>
    </item>
  </channel>
</rss>

