<?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: Going from Baremetal and adding KSDK1.2 in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446374#M4366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;Yes , you are right .&lt;/P&gt;&lt;P&gt;While i checked the link you mentioned , &lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Jorge Gonzalez said "This is a baremetal project with no RTOS." on his DOC, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I think this means without RTOS , with KSDK .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 02:29:03 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2015-09-22T02:29:03Z</dc:date>
    <item>
      <title>Going from Baremetal and adding KSDK1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446370#M4362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started a project and under Rapid Development section, I selected Kinetis SDK: &lt;STRONG&gt;None &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and I also didn't check the box for PE (Processor Expert).&amp;nbsp; I believe this is what is known&lt;/P&gt;&lt;P&gt;as a Baremetal project?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I am trying to incorporate the SDHC &amp;amp; FatsF peripheral drivers of the KSDK1.2 to my&lt;/P&gt;&lt;P&gt;Baremetal project, but I don't know how?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Do I have to start a new project and select under Rapid Development section Kinetis SDK:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;KSDK manual&lt;/STRONG&gt; &lt;STRONG&gt;selection, &lt;/STRONG&gt;then import my existing Source/Include file?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently:&amp;nbsp;&amp;nbsp; I have an Include and Source file and our modules .h and .c are inside accordingly.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find that when you create a Kinetis Project and choose KSDK manual selection, you get a Source&lt;/P&gt;&lt;P&gt;file, but you do not get an include file???&amp;nbsp;&amp;nbsp; All the user guides I have seen so far, seems to bundle&lt;/P&gt;&lt;P&gt;the .h and .c files in the Source file, but we have many and it would look messy. How do we handle&lt;/P&gt;&lt;P&gt;this?&amp;nbsp; What is the correct way of organizing the file structure and place .h and .c files in a way that&lt;/P&gt;&lt;P&gt;not only can be called and seen by the main and each other, but it is neatly done!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Message was edited by: Neil Porven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2015 03:14:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446370#M4362</guid>
      <dc:creator>neilporven</dc:creator>
      <dc:date>2015-09-14T03:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Going from Baremetal and adding KSDK1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446371#M4363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The .c and .h file can add to your project as other files .&lt;/P&gt;&lt;P&gt;And create one SDK project&amp;nbsp; you can refer to here &lt;A href="https://community.nxp.com/docs/DOC-103288"&gt;https://community.nxp.com/docs/DOC-103288&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&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, 18 Sep 2015 01:59:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446371#M4363</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-09-18T01:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Going from Baremetal and adding KSDK1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446372#M4364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sending me the link above.&amp;nbsp; I did check it out, it seems to be similar to this one, I was using:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.nxp.com/docs/DOC-105852?sr=search&amp;amp;searchId=b447354f-7e67-4bfc-b837-56416ae5b166&amp;amp;searchIndex=0" style="font-size: 15px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #017bba;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="jive-hilite" style="font-weight: 600; font-family: inherit;"&gt;FatFs&lt;/SPAN&gt; + &lt;SPAN class="jive-hilite" style="font-weight: 600; font-family: inherit;"&gt;SDHC&lt;/SPAN&gt; &lt;SPAN class="jive-hilite" style="font-weight: 600; font-family: inherit;"&gt;data&lt;/SPAN&gt; &lt;SPAN class="jive-hilite" style="font-weight: 600; font-family: inherit;"&gt;logger&lt;/SPAN&gt; with &lt;SPAN class="jive-hilite" style="font-weight: 600; font-family: inherit;"&gt;KSDK&lt;/SPAN&gt; in Kinetis Design Studio&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;by Jorge Gonzalez&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;What I described above as a Baremetal project, is my definition correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Neil&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 13:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446372#M4364</guid>
      <dc:creator>neilporven</dc:creator>
      <dc:date>2015-09-18T13:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Going from Baremetal and adding KSDK1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446373#M4365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, Baremetal is project without KSDK and PE.&lt;/P&gt;&lt;P&gt;As Alice mentioned you can add .c and .h files to your project as other files. &lt;/P&gt;&lt;P&gt;To avoid the mess you can create logical folder structure and after then order files.&lt;/P&gt;&lt;P&gt;Correct way could be (for example in case of KSDK) &lt;STRONG&gt;inc&lt;/STRONG&gt; and &lt;STRONG&gt;src&lt;/STRONG&gt; subfolders, where inc folder contains .h files and src .c files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&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>Mon, 21 Sep 2015 20:16:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446373#M4365</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2015-09-21T20:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Going from Baremetal and adding KSDK1.2</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446374#M4366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;Yes , you are right .&lt;/P&gt;&lt;P&gt;While i checked the link you mentioned , &lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Jorge Gonzalez said "This is a baremetal project with no RTOS." on his DOC, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;I think this means without RTOS , with KSDK .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 02:29:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Going-from-Baremetal-and-adding-KSDK1-2/m-p/446374#M4366</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-09-22T02:29:03Z</dc:date>
    </item>
  </channel>
</rss>

