<?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>Kinetis Software Development KitのトピックRe: Trouble with create new project in SDK1.3 with Processor expert</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521079#M5449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I continued my experiments. I re-install KDS 3.2 and SDK1.3, create new project for FRDM-K64f board (SDK + processor expert) and... &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;all the peripheral driver's functions is not active&lt;/SPAN&gt; in driver file. &lt;/P&gt;&lt;P&gt;I install KDS 3.0 and SDK 1.3, create a project and get same result.&lt;/P&gt;&lt;P&gt;I think, this bug in SDK package.&lt;/P&gt;&lt;P&gt;I resolved this issue - in "fsl_device_registers.h" (/SDK/platform/device folder) in define block for my CPU, change a way for MK64F12 header files: #include "MK64F12/include/MK64F12_features.h" to #include &amp;lt;MK64F12/include/MK64F12_features.h&amp;gt;&lt;/P&gt;&lt;P&gt;then rebuild a project and all &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;peripheral &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;driver's functions is ACTIVE!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/60347i107DB49BFA56F6ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope this help somebody and I want&amp;nbsp; get a answer from SDK team about this issue.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 11:08:34 GMT</pubDate>
    <dc:creator>oleglavrukhin</dc:creator>
    <dc:date>2016-06-15T11:08:34Z</dc:date>
    <item>
      <title>Trouble with create new project in SDK1.3 with Processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521078#M5448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, community!&lt;/P&gt;&lt;P&gt;I have a trouble with create new project in Kinetis Design Studio 3. I &lt;SPAN style="color: #000000; font-family: Arial, Tahoma, Verdana, sans-serif;"&gt;build a SDK1.3 in Kinetis expert for my FRDM-K64f board, unpack it and make &lt;/SPAN&gt;a Eclipse update in KDS. Installed Processor Expert for Kinetis 3.0.2. I build ksdk_platform_lib and ksdk_ hal_lib. then i create new project with a wizard: &lt;/P&gt;&lt;P&gt;1) select "Kinetis SDK 1.x or Processor expert Project"&lt;/P&gt;&lt;P&gt;2) input project name&lt;/P&gt;&lt;P&gt;3) select device. I try to make a different projects for "board" and "Processor"&lt;/P&gt;&lt;P&gt;4) I select a Kinetis SDK (SDK1.3 for FRDM-K64F and check SDK path; i choose "Processor expert"; I try to make a different projects for "linked" and "standalone"; create a project.&lt;/P&gt;&lt;P&gt;5) then i added a processor expert component, for example, I2C (fsl_I2C from KSDK1.3.0 repositories.&lt;/P&gt;&lt;P&gt;6) generate a processor expert code and build project and...&lt;/P&gt;&lt;P&gt;7) my project not work. when I look into driver's source file ( /SDK/platform/drivers/src/i2c/fsl_i2c_master_driver.c) i see, what all the driver functions is not active, because "FSL_FEATURE_SOC_I2C_COUNT" is "false"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="153558_153558.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121798i55E9277A33CC132D/image-size/large?v=v2&amp;amp;px=999" role="button" title="153558_153558.png" alt="153558_153558.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59738i0CB8DF120454FC9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;8) i try to add another components but get same result...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"FSL_FEATURE_SOC_I2C_COUNT" and other peripheria defined in file "MK64F12_features.h" which called from "fsl_device_registers.h" which called from "Cpu.h" which include in main.c&lt;/P&gt;&lt;P&gt;I really don't understanding, why "feature defines" (active for my CPU in "MK64F12_features.h") not work.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="153559_153559.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121799iB33E70232C866777/image-size/large?v=v2&amp;amp;px=999" role="button" title="153559_153559.png" alt="153559_153559.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59785i18C7B0388D195F2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.png" alt="2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope for HELP!!!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2016 16:22:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521078#M5448</guid>
      <dc:creator>oleglavrukhin</dc:creator>
      <dc:date>2016-06-14T16:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with create new project in SDK1.3 with Processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521079#M5449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I continued my experiments. I re-install KDS 3.2 and SDK1.3, create new project for FRDM-K64f board (SDK + processor expert) and... &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;all the peripheral driver's functions is not active&lt;/SPAN&gt; in driver file. &lt;/P&gt;&lt;P&gt;I install KDS 3.0 and SDK 1.3, create a project and get same result.&lt;/P&gt;&lt;P&gt;I think, this bug in SDK package.&lt;/P&gt;&lt;P&gt;I resolved this issue - in "fsl_device_registers.h" (/SDK/platform/device folder) in define block for my CPU, change a way for MK64F12 header files: #include "MK64F12/include/MK64F12_features.h" to #include &amp;lt;MK64F12/include/MK64F12_features.h&amp;gt;&lt;/P&gt;&lt;P&gt;then rebuild a project and all &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;peripheral &lt;/SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;driver's functions is ACTIVE!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/60347i107DB49BFA56F6ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="3.png" alt="3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope this help somebody and I want&amp;nbsp; get a answer from SDK team about this issue.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 11:08:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521079#M5449</guid>
      <dc:creator>oleglavrukhin</dc:creator>
      <dc:date>2016-06-15T11:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with create new project in SDK1.3 with Processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521080#M5450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can you attach your project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 14:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521080#M5450</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-06-15T14:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with create new project in SDK1.3 with Processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521081#M5451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Iva! thanks for Your reply!&lt;/P&gt;&lt;P&gt;in attachment 2 clear(without my procedures) projects, create in Kinetis Design Studio v3.2 with all Updates; installed SDK1.3 for FRDM-K64F, my system is &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Windows &lt;/SPAN&gt; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;7 32-bit.&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;one project for "board" and one for "processor" in project wizard.&lt;/P&gt;&lt;P&gt;I added in this projects 2 processor expert components - fsl_I2C and fsl_SAI. You can see in the driver's source files (SDK\drivers\src\I2c or \sai)&amp;nbsp; that the drivers functions is not active.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;if you make a ! change in &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"fsl_device_registers.h"&amp;nbsp; &lt;/SPAN&gt;as I have indicated above, all will be OK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I hope you can figure this out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Regards, Oleg&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:59:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521081#M5451</guid>
      <dc:creator>oleglavrukhin</dc:creator>
      <dc:date>2016-06-15T19:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with create new project in SDK1.3 with Processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521082#M5452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for pointing out this !&lt;/P&gt;&lt;P&gt;I can confirm the same results also on my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already reported the issue to Application Team and wait for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will keep you informed.&lt;/P&gt;&lt;P&gt;Many&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 05:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521082#M5452</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-06-29T05:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with create new project in SDK1.3 with Processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521083#M5453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;I'm not sure if I can follow and see your problem. But if it is about what is grayed out and what is not grayed out in the Eclipse editor view: It could be related to use 'heuristics' in Eclipse. This controls how the 'index' is built which is responsible to gray out or show symbols in the Editor view.&lt;/P&gt;&lt;P&gt;If this is indeed the problem you describe, then have a look here: &lt;A href="https://mcuoneclipse.com/2012/03/20/fixing-the-eclipse-index/" title="https://mcuoneclipse.com/2012/03/20/fixing-the-eclipse-index/"&gt;https://mcuoneclipse.com/2012/03/20/fixing-the-eclipse-index/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Basically you should set the workspace settings to disable heuristics and rebuild the Index.&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>Wed, 29 Jun 2016 06:07:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521083#M5453</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-06-29T06:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble with create new project in SDK1.3 with Processor expert</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521084#M5454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Erich! I change KDS setting and all OK! &lt;/P&gt;&lt;P&gt;I really don't know what we (developers and enthusiasts) shall do without Your MCUONECLIPSE.COM and your knowledges!&lt;/P&gt;&lt;P&gt;I'm think what User guide for KDS and SDK must have links for Your site in each section :smileyhappy:&lt;/P&gt;&lt;P&gt;Regards, Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 09:10:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Trouble-with-create-new-project-in-SDK1-3-with-Processor-expert/m-p/521084#M5454</guid>
      <dc:creator>oleglavrukhin</dc:creator>
      <dc:date>2016-06-29T09:10:54Z</dc:date>
    </item>
  </channel>
</rss>

