<?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>MCUXpresso Config ToolsのトピックRe: Bug when configuring SPI for LPC845</title>
    <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920804#M702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Terje,&lt;/P&gt;&lt;P&gt;Sorry for my mistake, yes, the issue still exit, I will report it to development team.&lt;/P&gt;&lt;P&gt;Thanks for your sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Sep 2019 11:48:03 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2019-09-29T11:48:03Z</dc:date>
    <item>
      <title>Bug when configuring SPI for LPC845</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920801#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe there are a couple of bugs in the config tool when configuring SPI for LPC845.&lt;/P&gt;&lt;P&gt;If I select Clock polarity: CPOL=0: SCK inactive in low, the flag kSPI_ClockPolatityActiveLow is used which is the opposite behavior.&lt;/P&gt;&lt;P&gt;Also, If I want to transfer 8 bits of data I have to select "Data width [bits]" = 7. The configurator enters&amp;nbsp;dataWidth = 7, but&amp;nbsp;&amp;nbsp;I assume kSPI_Data8Bits was supposed to have been used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2019 20:19:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920801#M699</guid>
      <dc:creator>tim99</dc:creator>
      <dc:date>2019-09-26T20:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bug when configuring SPI for LPC845</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920802#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="295100" data-username="tim99" href="https://community.nxp.com/people/tim99" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Terje Mugaas&lt;/A&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;Which version of Config Tools and SDK do you used?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;SPAN&gt;Please use the latest one, have fix these issue you mentioned.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2019 02:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920802#M700</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-09-28T02:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bug when configuring SPI for LPC845</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920803#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice and thanks for you reply.&lt;/P&gt;&lt;P&gt;I am using the integrated Config tool in MCUXpresso IDE 11.0.0.&lt;/P&gt;&lt;P&gt;I just downloaded the latest version of MCUXpresso IDE 11.0.1 and the problem is still there. From the help menu, I see it is using ConfigTools Framework 6.0.0&lt;/P&gt;&lt;P&gt;The SDK is version 2.6.0 which is the latest available for the&amp;nbsp;LPCXpresso845MAX board.&lt;/P&gt;&lt;P&gt;Where can&amp;nbsp;I find&amp;nbsp;the fix you mentioned?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Sep 2019 07:48:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920803#M701</guid>
      <dc:creator>tim99</dc:creator>
      <dc:date>2019-09-28T07:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bug when configuring SPI for LPC845</title>
      <link>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920804#M702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Terje,&lt;/P&gt;&lt;P&gt;Sorry for my mistake, yes, the issue still exit, I will report it to development team.&lt;/P&gt;&lt;P&gt;Thanks for your sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2019 11:48:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-Config-Tools/Bug-when-configuring-SPI-for-LPC845/m-p/920804#M702</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-09-29T11:48:03Z</dc:date>
    </item>
  </channel>
</rss>

