<?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>topic Using of Flexbus CS1  in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-of-Flexbus-CS1/m-p/739022#M45049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am using&amp;nbsp;MK66FN2M0VLQ18 microcontroller. By this controller, I am interfacing external memory(MIL-STD1553) using flexbus&amp;nbsp;module. if I use CS0(pin No 128) it is working fine but I want to use CS1(&lt;SPAN&gt;pin No 127&lt;/SPAN&gt;) with this configuration it is not working. Can you explain&amp;nbsp; how to use CS1 for accessing external memory module by flexbus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; waiting for your suggestions.&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sivakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2018 08:37:11 GMT</pubDate>
    <dc:creator>durgasivakrishn</dc:creator>
    <dc:date>2018-04-17T08:37:11Z</dc:date>
    <item>
      <title>Using of Flexbus CS1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-of-Flexbus-CS1/m-p/739022#M45049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am using&amp;nbsp;MK66FN2M0VLQ18 microcontroller. By this controller, I am interfacing external memory(MIL-STD1553) using flexbus&amp;nbsp;module. if I use CS0(pin No 128) it is working fine but I want to use CS1(&lt;SPAN&gt;pin No 127&lt;/SPAN&gt;) with this configuration it is not working. Can you explain&amp;nbsp; how to use CS1 for accessing external memory module by flexbus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; waiting for your suggestions.&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sivakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 08:37:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-of-Flexbus-CS1/m-p/739022#M45049</guid>
      <dc:creator>durgasivakrishn</dc:creator>
      <dc:date>2018-04-17T08:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using of Flexbus CS1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-of-Flexbus-CS1/m-p/739023#M45050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sivakrishna,&lt;/P&gt;&lt;P&gt;I have checked the pin assignment of MK66FN2M0VLQ18, the FB_CS1 is multiplexed with PTD0 pin, this is the process to configure the pin as FB_CS1.&lt;/P&gt;&lt;P&gt;1)enable PORTD clock by SIM_SCGC5|=0x01&amp;lt;&amp;lt;12;&lt;/P&gt;&lt;P&gt;2)configure MUX to configure the pin as FlexBUS&lt;/P&gt;&lt;P&gt;PORTD_PCR0&amp;amp;=~(0x07&amp;lt;&amp;lt;8);&lt;/P&gt;&lt;P&gt;PORTD_PCR0|=0x05&amp;lt;&amp;lt;8;&lt;/P&gt;&lt;P&gt;3)configure the FB_CS1 as FB_CS1 with the code&lt;/P&gt;&lt;P&gt;FB_CSPMCR|=0x01&amp;lt;&amp;lt;28; //set Group1 as 01;&lt;/P&gt;&lt;P&gt;4)set the FB_CSAR1 address as 0x6000 0000;&lt;/P&gt;&lt;P&gt;5)set the FB_CSMR1=0x01; //which is based on the size of external memory size for BAM bits, //set the bit0&amp;nbsp; as 1&lt;/P&gt;&lt;P&gt;6)set the other FB registers&lt;/P&gt;&lt;P&gt;Pls have a try.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 05:12:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-of-Flexbus-CS1/m-p/739023#M45050</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2018-04-18T05:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using of Flexbus CS1</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-of-Flexbus-CS1/m-p/739024#M45051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Xiangjun rong&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your support and response I will check&amp;nbsp;and let to know&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;With Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Sivakrishna&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 10:29:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-of-Flexbus-CS1/m-p/739024#M45051</guid>
      <dc:creator>durgasivakrishn</dc:creator>
      <dc:date>2018-04-18T10:29:41Z</dc:date>
    </item>
  </channel>
</rss>

