<?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: buzz click into hexiwear program in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757165#M46166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="319993" data-username="emmanueleschalier" href="https://community.nxp.com/people/emmanueleschalier"&gt;emmanuel eschalier&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When you want to merge two project together, you can't just merge the main.h.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You also need to add the according header files to your project, and check the project headfile path in the proterties.&lt;/P&gt;&lt;P&gt;&amp;nbsp; You must make sure these file:&lt;/P&gt;&lt;P&gt;#include "fsl_enet_driver.h"&lt;BR /&gt;#include "fsl_ewm_driver.h"&lt;BR /&gt;#include "fsl_flexbus_driver.h"&lt;BR /&gt;#include "fsl_vref_driver.h"&lt;BR /&gt;#include "fsl_wdog_driver.h"&lt;/P&gt;&lt;P&gt;The according header file source code add to your project.&lt;/P&gt;&lt;P&gt;Please check it at first, I don't have the hexiwear board, but I think your problem is just the two project merge problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Thu, 07 Jun 2018 06:23:37 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2018-06-07T06:23:37Z</dc:date>
    <item>
      <title>buzz click into hexiwear program</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757164#M46165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-top: 0px !important; margin-bottom: 16px;"&gt;Hello,&lt;/P&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;I'm sorry, i don't know if i'm in the good place to ask this, but i try.&lt;BR /&gt;I have two projects kds on separate workspace.&lt;BR /&gt;The first is hexiwear, it builds and it works and the program run on the watch&lt;BR /&gt;The second is buzz click it builds and it works as well and the program run on the watch, i can heard the melody with the buzz on the slot3&lt;/P&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;I should like to add the buzz function in the hexiwear program.&lt;BR /&gt;So i begin to merge just the main.h and i try to load the list a lib.&lt;/P&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;My problem is, when i load one of them ,&lt;BR /&gt;#include "fsl_enet_driver.h"&lt;BR /&gt;#include "fsl_ewm_driver.h"&lt;BR /&gt;#include "fsl_flexbus_driver.h"&lt;BR /&gt;#include "fsl_vref_driver.h"&lt;BR /&gt;#include "fsl_wdog_driver.h"&lt;/P&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;My project doesn't build and i got an error&lt;BR /&gt;arm-none-eabi-g++: error: CreateProcess: No such file or directory&lt;BR /&gt;makefile:143: recipe for target 'HEXIWEAR_MK64.elf' failed&lt;BR /&gt;make: *** [HEXIWEAR_MK64.elf] Error 1&lt;/P&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;Have you an idea, or maybe there is another way to do that.&lt;/P&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 0px !important;"&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2018 09:15:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757164#M46165</guid>
      <dc:creator>emmanueleschali</dc:creator>
      <dc:date>2018-06-06T09:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: buzz click into hexiwear program</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757165#M46166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="319993" data-username="emmanueleschalier" href="https://community.nxp.com/people/emmanueleschalier"&gt;emmanuel eschalier&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When you want to merge two project together, you can't just merge the main.h.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You also need to add the according header files to your project, and check the project headfile path in the proterties.&lt;/P&gt;&lt;P&gt;&amp;nbsp; You must make sure these file:&lt;/P&gt;&lt;P&gt;#include "fsl_enet_driver.h"&lt;BR /&gt;#include "fsl_ewm_driver.h"&lt;BR /&gt;#include "fsl_flexbus_driver.h"&lt;BR /&gt;#include "fsl_vref_driver.h"&lt;BR /&gt;#include "fsl_wdog_driver.h"&lt;/P&gt;&lt;P&gt;The according header file source code add to your project.&lt;/P&gt;&lt;P&gt;Please check it at first, I don't have the hexiwear board, but I think your problem is just the two project merge problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Thu, 07 Jun 2018 06:23:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757165#M46166</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-07T06:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: buzz click into hexiwear program</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757166#M46167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kerry Zhou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick answer .&lt;/P&gt;&lt;P&gt;I know that is not enough the merge the main.h to merge to project but i wanted begin by that :smileyhappy:&lt;/P&gt;&lt;P&gt;So Which header files do you mean ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 06:50:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757166#M46167</guid>
      <dc:creator>emmanueleschali</dc:creator>
      <dc:date>2018-06-07T06:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: buzz click into hexiwear program</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757167#M46168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi emmanuel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I just mean the header files you add, when you add it in your project, you must make sure that header file is really copied to your new project. And the path also need to add it in the IDE project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Fri, 08 Jun 2018 03:12:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/buzz-click-into-hexiwear-program/m-p/757167#M46168</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-06-08T03:12:07Z</dc:date>
    </item>
  </channel>
</rss>

