<?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 Design StudioのトピックRe: Getting Started - Part II</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-Started-Part-II/m-p/526702#M6882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is KDS_Users_Guide.pdf under KDS install folder C:\Freescale\KDS_v3\doc, which includes how to build projects.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2723iB2E6E556157D6AAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the linker file *.ld is defined in linker setting. see where to find 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/2827i872AC876368B48DF/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;here is the guide of how to get start with FRDM-KV10Z board.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/freedom-development-platform-for-kinetis-kv1x-family-16-kb-and-32-kb-flash-mcus:FRDM-KV10Z?tab=In-Depth_Tab#BuildRun" title="http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/freedom-development-platform-for-kinetis-kv1x-family-16-kb-and-32-kb-flash-mcus:FRDM-KV10Z?tab=In-Depth_Tab#BuildRun"&gt;FRDM-KV10Z|Freedom Development Platform|Kinetis MCU|NXP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;it includes how to build and run the demos.&lt;/P&gt;&lt;P&gt;all the FRDM-KV10Z demos are under KSDK install folder, I suggest you try with referring the video.&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\examples\frdmkv10z\demo_apps\bubble_level_ftm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this document introduces each of the demos. I think it's very useful too.&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\doc\Kinetis SDK v.1.3 Demo Applications User's Guide.pdf&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;Jennie Zhang&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>Tue, 16 Aug 2016 07:41:40 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2016-08-16T07:41:40Z</dc:date>
    <item>
      <title>Getting Started - Part II</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-Started-Part-II/m-p/526701#M6881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I've played around a bit and still have questions.&amp;nbsp; I'll ask the questions first, and then describe how they arose.&amp;nbsp; I'm working with the FRDM-KV10Z board with KDS v3.2.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there any guidance / documentation on building a new project?&amp;nbsp; (I.e. completely from scratch, except maybe using existing files that define symbols for fixed memory addresses.)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where are the linker command files (i.e the ones that tell the linker were to put things in memory) ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I built and ran the HelloWorld demo.&amp;nbsp; I was able to use the debugger to step through it's initialization code in both assembler and 'C'.&amp;nbsp; I could see where the LED was being toggled and do this manually.&amp;nbsp; Of course when I built this, the BubbleApp that was installed on the FRDM-KV10Z board was lost.&amp;nbsp; So I decided I wanted to build and run the Bubble App.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there was no supplied BubbleApp project for KDS, so I tried (several times!) to make my own.&amp;nbsp; I told KDS I wanted to build a new project and copied the source files from one of the existing BubbleApp projects in my new project.&amp;nbsp; First I got errors because include files weren't found.&amp;nbsp; So I made them findable with some difficulties due the difference between&amp;nbsp; includes with quotes and includes with angle brackets.&amp;nbsp; Then I got undefined externals (e.g. debug_printf) so I found libraries where they were located and specified them.&amp;nbsp; Eventually I was told that my .text section couldn't fit in the region m_text.&amp;nbsp; When I went looking for something that specified what m_text was and where it was located I couldn't find any file that mentioned "m_text". And I couldn't find any file that looked like any linker command file that I am familiar with.&amp;nbsp; (I've been doing this stuff for a long time!&amp;nbsp; Most recently with TI MCU's and longer ago with Intel micros, always in 'C' and or Assmbley Language; and always with a smattering of PC software development)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 14:33:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-Started-Part-II/m-p/526701#M6881</guid>
      <dc:creator>mlnj</dc:creator>
      <dc:date>2016-08-15T14:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Started - Part II</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-Started-Part-II/m-p/526702#M6882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;there is KDS_Users_Guide.pdf under KDS install folder C:\Freescale\KDS_v3\doc, which includes how to build projects.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2723iB2E6E556157D6AAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the linker file *.ld is defined in linker setting. see where to find 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/2827i872AC876368B48DF/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;here is the guide of how to get start with FRDM-KV10Z board.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/freedom-development-platform-for-kinetis-kv1x-family-16-kb-and-32-kb-flash-mcus:FRDM-KV10Z?tab=In-Depth_Tab#BuildRun" title="http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/freedom-development-platform-for-kinetis-kv1x-family-16-kb-and-32-kb-flash-mcus:FRDM-KV10Z?tab=In-Depth_Tab#BuildRun"&gt;FRDM-KV10Z|Freedom Development Platform|Kinetis MCU|NXP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;it includes how to build and run the demos.&lt;/P&gt;&lt;P&gt;all the FRDM-KV10Z demos are under KSDK install folder, I suggest you try with referring the video.&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\examples\frdmkv10z\demo_apps\bubble_level_ftm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this document introduces each of the demos. I think it's very useful too.&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\doc\Kinetis SDK v.1.3 Demo Applications User's Guide.pdf&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;Jennie Zhang&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>Tue, 16 Aug 2016 07:41:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Getting-Started-Part-II/m-p/526702#M6882</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-08-16T07:41:40Z</dc:date>
    </item>
  </channel>
</rss>

