<?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 Intergrating projects in mqx in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987655#M18369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I am using keil IDE and mqx 4.1. The board I am using is twr-k70f120m. I want to integrate two projects into a single project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Freescale_MQX_4_1\rtcs\examples\snmp&lt;/P&gt;&lt;P&gt;2) Freescale_MQX_4_1\mqx\examples\spi&lt;/P&gt;&lt;P&gt;3) Freescale_MQX_4_1\mfs\examples\sdcard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to integrate the above projects into a single project and the three project's functionality should work. How do I do it ? what files should I add and how do I add the libraries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2020 05:27:55 GMT</pubDate>
    <dc:creator>vibhu</dc:creator>
    <dc:date>2020-01-09T05:27:55Z</dc:date>
    <item>
      <title>Intergrating projects in mqx</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987655#M18369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I am using keil IDE and mqx 4.1. The board I am using is twr-k70f120m. I want to integrate two projects into a single project.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Freescale_MQX_4_1\rtcs\examples\snmp&lt;/P&gt;&lt;P&gt;2) Freescale_MQX_4_1\mqx\examples\spi&lt;/P&gt;&lt;P&gt;3) Freescale_MQX_4_1\mfs\examples\sdcard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to integrate the above projects into a single project and the three project's functionality should work. How do I do it ? what files should I add and how do I add the libraries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 05:27:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987655#M18369</guid>
      <dc:creator>vibhu</dc:creator>
      <dc:date>2020-01-09T05:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Intergrating projects in mqx</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987656#M18370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Vibhu:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;You can start with SNMP project, then add the other application code to the snmp project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Libraies are the same.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;You should also take care the user_config.h file, merge the 3 configuations into one file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2020 16:09:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987656#M18370</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2020-01-09T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Intergrating projects in mqx</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987657#M18371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;Thank you for your reply !&lt;/P&gt;&lt;P&gt;Just for clarification, aren't the build files in separate folders like for sdcard it will be inside the mfs-&amp;gt;source-&amp;gt;include and for snmp it will be inside rtcs-&amp;gt;source-&amp;gt;include folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I include&amp;nbsp;#include &amp;lt;mfs.h&amp;gt; in snmp file it is giving header file not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I change anything in keil ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vibhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 06:47:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987657#M18371</guid>
      <dc:creator>vibhu</dc:creator>
      <dc:date>2020-01-10T06:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intergrating projects in mqx</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987658#M18372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you also need to merge the include files for sdcard and spi into snmp project.&lt;/P&gt;&lt;P&gt;This same also applies to linker&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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/104729i3A55A4CAFE414B80/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;&lt;/P&gt;&lt;P&gt;as you can see, snmp only linked bsp.lib and psp.lib,&amp;nbsp; &amp;nbsp;since you will add sdcard,&amp;nbsp; then mfs.lib will be included here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2020 07:19:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Intergrating-projects-in-mqx/m-p/987658#M18372</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2020-01-10T07:19:56Z</dc:date>
    </item>
  </channel>
</rss>

