<?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 Re: P1010 IFC Interface - Registers Configuration in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/P1010-IFC-Interface-Registers-Configuration/m-p/273970#M799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yiping Wang !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With some changes in the driver, I change the signals' width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Fábio Walter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 16:49:43 GMT</pubDate>
    <dc:creator>fábiowalter</dc:creator>
    <dc:date>2014-02-11T16:49:43Z</dc:date>
    <item>
      <title>P1010 IFC Interface - Registers Configuration</title>
      <link>https://community.nxp.com/t5/P-Series/P1010-IFC-Interface-Registers-Configuration/m-p/273968#M797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to configure the field FTIM1 and FTIM2.&lt;/P&gt;&lt;P&gt;I am using a driver in the attachment file, that it was configurated the access to the memory with the .dtb file generating the lbc_teste.&lt;/P&gt;&lt;P&gt;I have the configurations to the LocalBus showed in the file xilinx.c, but only the register TACO change like I want.&lt;/P&gt;&lt;P&gt;The others registers like the TRAD_NOR, TCS, TCH, TWPH and TWP do not change the width in the oscilloscope.&lt;/P&gt;&lt;P&gt;I would like some help to resolve this problem, because I am accessing a device slower than the P1010.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fábio Walter.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337255"&gt;xilinx.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 14:25:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P1010-IFC-Interface-Registers-Configuration/m-p/273968#M797</guid>
      <dc:creator>fábiowalter</dc:creator>
      <dc:date>2013-12-20T14:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: P1010 IFC Interface - Registers Configuration</title>
      <link>https://community.nxp.com/t5/P-Series/P1010-IFC-Interface-Registers-Configuration/m-p/273969#M798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try to configure FTIMn in u-boot include/configs/P1010RDB.h.&lt;/P&gt;&lt;P&gt; /* NOR Flash Timing Params */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CONFIG_SYS_NOR_FTIM0&amp;gt;---FTIM0_NOR_TACSE(0x4) | \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;---&amp;gt;---&amp;gt;---&amp;gt;---FTIM0_NOR_TEADC(0x5) | \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;---&amp;gt;---&amp;gt;---&amp;gt;---FTIM0_NOR_TEAHC(0x5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CONFIG_SYS_NOR_FTIM1&amp;gt;---FTIM1_NOR_TACO(0x1e) | \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;---&amp;gt;---&amp;gt;---&amp;gt;---FTIM1_NOR_TRAD_NOR(0x0f)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CONFIG_SYS_NOR_FTIM2&amp;gt;---FTIM2_NOR_TCS(0x4) | \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;---&amp;gt;---&amp;gt;---&amp;gt;---FTIM2_NOR_TCH(0x4) | \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;---&amp;gt;---&amp;gt;---&amp;gt;---FTIM2_NOR_TWP(0x1c)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define CONFIG_SYS_NOR_FTIM3&amp;gt;---0x0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2013 08:10:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P1010-IFC-Interface-Registers-Configuration/m-p/273969#M798</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2013-12-24T08:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: P1010 IFC Interface - Registers Configuration</title>
      <link>https://community.nxp.com/t5/P-Series/P1010-IFC-Interface-Registers-Configuration/m-p/273970#M799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yiping Wang !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With some changes in the driver, I change the signals' width.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;Fábio Walter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 16:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/P1010-IFC-Interface-Registers-Configuration/m-p/273970#M799</guid>
      <dc:creator>fábiowalter</dc:creator>
      <dc:date>2014-02-11T16:49:43Z</dc:date>
    </item>
  </channel>
</rss>

