<?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: bug in flexbus configuration using processor expert in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/bug-in-flexbus-configuration-using-processor-expert/m-p/370910#M19255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please let me know which IDE and which version are you using?&lt;/P&gt;&lt;P&gt;And what is target MCU's partnumber?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2015 00:43:40 GMT</pubDate>
    <dc:creator>Rick_Li</dc:creator>
    <dc:date>2015-03-10T00:43:40Z</dc:date>
    <item>
      <title>bug in flexbus configuration using processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/bug-in-flexbus-configuration-using-processor-expert/m-p/370909#M19254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am trying to configure the flexbus using processor expert to a 32 bits bus. The processor expert is setting bits FB_CSCR_PS to 0x01 instead of 0x00.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I had to use the "User code after PE initialization" and rewrite the FB_CSCR0 register. Is there a better workaround&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;//Fix a bug in processor expert. Selecting 32 bits &lt;SPAN style="text-decoration: underline;"&gt;flex&lt;/SPAN&gt; bus, creating an 8 bits bus. Bitmap FB_CSCR_PS is incorrect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_CSCR0 = FB_CSCR_SWS(0x00) |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_CSCR_ASET(0x00) |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_CSCR_RDAH(0x03) |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_CSCR_WRAH(0x00) |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_CSCR_WS(0x08) |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_CSCR_BLS_MASK |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_CSCR_AA_MASK |&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; FB_CSCR_PS(0x00);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please advise&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Zohar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 21:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/bug-in-flexbus-configuration-using-processor-expert/m-p/370909#M19254</guid>
      <dc:creator>zohargolan</dc:creator>
      <dc:date>2015-03-09T21:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: bug in flexbus configuration using processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/bug-in-flexbus-configuration-using-processor-expert/m-p/370910#M19255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please let me know which IDE and which version are you using?&lt;/P&gt;&lt;P&gt;And what is target MCU's partnumber?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 00:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/bug-in-flexbus-configuration-using-processor-expert/m-p/370910#M19255</guid>
      <dc:creator>Rick_Li</dc:creator>
      <dc:date>2015-03-10T00:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: bug in flexbus configuration using processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/bug-in-flexbus-configuration-using-processor-expert/m-p/370911#M19256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zohar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confirmed your reported issue.&lt;/P&gt;&lt;P&gt;I will report related issue to Processor Expert team about this bug.&lt;/P&gt;&lt;P&gt;Thank you for the info and sorry for the inconvenience may bring.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 08:41:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/bug-in-flexbus-configuration-using-processor-expert/m-p/370911#M19256</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-03-10T08:41:40Z</dc:date>
    </item>
  </channel>
</rss>

