<?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>MQX Software Solutions中的主题 How to Integrate Processor Expert Drivers into MQX BSP in Keil</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Integrate-Processor-Expert-Drivers-into-MQX-BSP-in-Keil/m-p/172270#M2024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Section 6 of Getting Started with Freescale MQX BSP, it explains&amp;nbsp; the method to IntegrateProcessor EXpert Drivers into MQX BSP". However, the examples are only for CW10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any document to explain how to do this in Keil step-by-step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 05:27:27 GMT</pubDate>
    <dc:creator>MICX10</dc:creator>
    <dc:date>2012-06-15T05:27:27Z</dc:date>
    <item>
      <title>How to Integrate Processor Expert Drivers into MQX BSP in Keil</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Integrate-Processor-Expert-Drivers-into-MQX-BSP-in-Keil/m-p/172270#M2024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Section 6 of Getting Started with Freescale MQX BSP, it explains&amp;nbsp; the method to IntegrateProcessor EXpert Drivers into MQX BSP". However, the examples are only for CW10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any document to explain how to do this in Keil step-by-step?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 05:27:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Integrate-Processor-Expert-Drivers-into-MQX-BSP-in-Keil/m-p/172270#M2024</guid>
      <dc:creator>MICX10</dc:creator>
      <dc:date>2012-06-15T05:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Integrate Processor Expert Drivers into MQX BSP in Keil</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Integrate-Processor-Expert-Drivers-into-MQX-BSP-in-Keil/m-p/172271#M2025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question is relevant for me too. For example if I am using codewarrior 7.2 and MQX version 3.6 how can I get the moccana encryption package for SSL to work?&lt;/P&gt;&lt;P&gt;I can create the bean but when I attempt to link it into my MQX project there are missing header files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 22:21:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Integrate-Processor-Expert-Drivers-into-MQX-BSP-in-Keil/m-p/172271#M2025</guid>
      <dc:creator>drummer</dc:creator>
      <dc:date>2012-06-15T22:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Integrate Processor Expert Drivers into MQX BSP in Keil</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Integrate-Processor-Expert-Drivers-into-MQX-BSP-in-Keil/m-p/172272#M2026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keil MDK-ARM uses an eclipse plug-in, provided by itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other words:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; first of all install the "Processor Expert - Microcontroller Driver Suite", as described in the freescale website:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=PE_DRIVER_SUITE&amp;amp;tid=PEH" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=PE_DRIVER_SUITE&amp;amp;tid=PEH"&gt;Processor Expert Software, Microcontroller Driver Suite Product Summary Page&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; then you need to add the "MDK-ARM plug-in for Eclipse" provided by Keil (you can find it in the Keil installation folder): &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.keil.com/support/man/docs/ecluv/ecluv_instplugin.htm" title="http://www.keil.com/support/man/docs/ecluv/ecluv_instplugin.htm"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MDK-ARM Plug-in for Eclipse: Installing MDK-ARM Plug-in&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; finally have an overview about how to use it, watching the following video&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.youtube.com/watch?v=ybrVCC7XJZw" title="http://www.youtube.com/watch?v=ybrVCC7XJZw"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processor Expert: Integrating with Keil Microvision - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy PE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 14:49:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-to-Integrate-Processor-Expert-Drivers-into-MQX-BSP-in-Keil/m-p/172272#M2026</guid>
      <dc:creator>microfusion</dc:creator>
      <dc:date>2012-09-24T14:49:09Z</dc:date>
    </item>
  </channel>
</rss>

