<?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: KSDK + C90TFS Support in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-C90TFS-Support/m-p/428613#M2435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I ended up just importing the driver into my project and it worked. Would be nice to have it be part of the library in the future as a feature request. I'll probably create my own library as every time I do a make, I see it revisiting each of these files which slows the build process down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I wanted to read the FMC_PFB0CR and FMC_PFB1CR registers and print them out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value = READ32(FMC_PFB0CR);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just hangs the K64F.&lt;/P&gt;&lt;P&gt;Does the ReadResource() API help with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 01:57:28 GMT</pubDate>
    <dc:creator>rajbatra</dc:creator>
    <dc:date>2015-07-22T01:57:28Z</dc:date>
    <item>
      <title>KSDK + C90TFS Support</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-C90TFS-Support/m-p/428611#M2433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I import the ksdk_platform_lib_K64F12 project into KSDK, I do not see the flash folder under platform (See screen shot):&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="53716_53716.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120486iD9687C87F0FF0C40/image-size/large?v=v2&amp;amp;px=999" role="button" title="53716_53716.png" alt="53716_53716.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2015-07-21 at 5.44.37 PM.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53783iF37B9F42FB7CBB0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2015-07-21 at 5.44.37 PM.png" alt="Screen Shot 2015-07-21 at 5.44.37 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it does show up in the platform/drivers folder (see screen shot):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="53837_53837.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120487iE12C9B2AF9893464/image-size/large?v=v2&amp;amp;px=999" role="button" title="53837_53837.png" alt="53837_53837.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2015-07-21 at 5.45.13 PM.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53837iAA97C3A376465216/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2015-07-21 at 5.45.13 PM.png" alt="Screen Shot 2015-07-21 at 5.45.13 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, what't the proper way to add the flash driver support into the KSDK platform library? And why wasn't it there by default?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 00:48:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-C90TFS-Support/m-p/428611#M2433</guid>
      <dc:creator>rajbatra</dc:creator>
      <dc:date>2015-07-22T00:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK + C90TFS Support</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-C90TFS-Support/m-p/428612#M2434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raj Batra:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The C90TFS flash driver included with KSDK is developed separately from the rest of drivers and it uses a different API format than the rest of drivers. This is why it is not included as part of the platform library.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The flash driver is delivered as an option for your project and in order to use it you need to copy or link the driver files to your project. There are example flash projects in KSDK installation, in particular for the FRDM-K64F:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\examples\frdmk64f\demo_apps\flash_demo&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.2.0\examples\frdmk64f\driver_examples\flash&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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>Wed, 22 Jul 2015 01:40:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-C90TFS-Support/m-p/428612#M2434</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-07-22T01:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK + C90TFS Support</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-C90TFS-Support/m-p/428613#M2435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I ended up just importing the driver into my project and it worked. Would be nice to have it be part of the library in the future as a feature request. I'll probably create my own library as every time I do a make, I see it revisiting each of these files which slows the build process down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I wanted to read the FMC_PFB0CR and FMC_PFB1CR registers and print them out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, this didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value = READ32(FMC_PFB0CR);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just hangs the K64F.&lt;/P&gt;&lt;P&gt;Does the ReadResource() API help with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 01:57:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-C90TFS-Support/m-p/428613#M2435</guid>
      <dc:creator>rajbatra</dc:creator>
      <dc:date>2015-07-22T01:57:28Z</dc:date>
    </item>
  </channel>
</rss>

