<?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 where is processor expert in MCUExpresso IDE for Freedom FRDM-K64F in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/where-is-processor-expert-in-MCUExpresso-IDE-for-Freedom-FRDM/m-p/821384#M49694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to build a small project with some GPIO that run on Interrupt and then output one serial (UART) and one CAN message based on calculation on this GPIO.&amp;nbsp; &amp;nbsp; &amp;nbsp;I used to use Kinetis Design Studio and Processor Expert in the past to generate an API type interface, and configure the clock tree and Uart baudrate from the PE GUI.&amp;nbsp; &amp;nbsp;now i have MCUXpresso and the config builder tool.&amp;nbsp; however this tool seems to only generate low level code without the API like stuff I used to get with PE.&amp;nbsp; &amp;nbsp;maybe I am not using tool right or do not know where to look for code?&amp;nbsp; or run tool, how do I configure the uart to run at 1,000,000 baud rate.&amp;nbsp; &amp;nbsp;this tool doesnt seem as user friendly as PE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I downloaded and SDK from NXP for FRDM-K66F and it has project called Uart Polling.&amp;nbsp; and if I click on peripheral tab on very upper right hand corner.&amp;nbsp; I get a GUI pop up and I can only configure the UART to 115200.&amp;nbsp; IF I select Bus Clock as clock then it changes to CUSTOM and I have no idea.&amp;nbsp; how to make this work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2018 19:37:26 GMT</pubDate>
    <dc:creator>jeffsylvester</dc:creator>
    <dc:date>2018-08-23T19:37:26Z</dc:date>
    <item>
      <title>where is processor expert in MCUExpresso IDE for Freedom FRDM-K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/where-is-processor-expert-in-MCUExpresso-IDE-for-Freedom-FRDM/m-p/821384#M49694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to build a small project with some GPIO that run on Interrupt and then output one serial (UART) and one CAN message based on calculation on this GPIO.&amp;nbsp; &amp;nbsp; &amp;nbsp;I used to use Kinetis Design Studio and Processor Expert in the past to generate an API type interface, and configure the clock tree and Uart baudrate from the PE GUI.&amp;nbsp; &amp;nbsp;now i have MCUXpresso and the config builder tool.&amp;nbsp; however this tool seems to only generate low level code without the API like stuff I used to get with PE.&amp;nbsp; &amp;nbsp;maybe I am not using tool right or do not know where to look for code?&amp;nbsp; or run tool, how do I configure the uart to run at 1,000,000 baud rate.&amp;nbsp; &amp;nbsp;this tool doesnt seem as user friendly as PE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I downloaded and SDK from NXP for FRDM-K66F and it has project called Uart Polling.&amp;nbsp; and if I click on peripheral tab on very upper right hand corner.&amp;nbsp; I get a GUI pop up and I can only configure the UART to 115200.&amp;nbsp; IF I select Bus Clock as clock then it changes to CUSTOM and I have no idea.&amp;nbsp; how to make this work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 19:37:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/where-is-processor-expert-in-MCUExpresso-IDE-for-Freedom-FRDM/m-p/821384#M49694</guid>
      <dc:creator>jeffsylvester</dc:creator>
      <dc:date>2018-08-23T19:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: where is processor expert in MCUExpresso IDE for Freedom FRDM-K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/where-is-processor-expert-in-MCUExpresso-IDE-for-Freedom-FRDM/m-p/821385#M49695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;Processor Expert has been replaced with the MCUXpresso Configuration tools. And you are right: the configuration tools do not generate the drivers as it was the case in Processor Expert. Instead they create the configuration/header files/settings to be used with the SDK. The SDK itself is not generated, it is the one used from the SDK package.&lt;/P&gt;&lt;P&gt;As for the UART settings (I tried this for the K64, but should be applicable to the K66 too), you can use any baud as long as the clocking allows it:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67401i8E2D9099C79A88C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Aug 2018 14:06:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/where-is-processor-expert-in-MCUExpresso-IDE-for-Freedom-FRDM/m-p/821385#M49695</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2018-08-25T14:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: where is processor expert in MCUExpresso IDE for Freedom FRDM-K64F</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/where-is-processor-expert-in-MCUExpresso-IDE-for-Freedom-FRDM/m-p/821386#M49696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just input the baud rate that you want, it will modify the codes in peripherals.c.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="baudRate_Bps.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/67768iAD24E433F0BDD93C/image-size/large?v=v2&amp;amp;px=999" role="button" title="baudRate_Bps.png" alt="baudRate_Bps.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Fri, 31 Aug 2018 06:43:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/where-is-processor-expert-in-MCUExpresso-IDE-for-Freedom-FRDM/m-p/821386#M49696</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-08-31T06:43:38Z</dc:date>
    </item>
  </channel>
</rss>

