<?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: AN5275_SW FlexIO demo compilation error in KDS in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667836#M41052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;Thank you for the reply. I am almost there, all path related errors gone. I edited the linker file by referring app.note. Can you just check whats wrong. Errors and linker file (what i added) you can see in the image&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="123.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25123i95B43D795A71A7E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="123.png" alt="123.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jul 2017 05:35:17 GMT</pubDate>
    <dc:creator>pradeeshmt</dc:creator>
    <dc:date>2017-07-14T05:35:17Z</dc:date>
    <item>
      <title>AN5275_SW FlexIO demo compilation error in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667834#M41050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to integrate OV7670 camera module with flex-IO. I downloaded AN5275_SW.zip and installed KSDK_1.3.0. As the “readme.txt” says (copy whole content of zip file (except this zip) into the ..Freescale\KSDK_1.3.0\user_projects\ folder then run the appropriate IDE project file.) I created a folder, named user_projects and extracted the AN5275_SW.zip in that folder. I am using following hardware.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;TWR-K80F150M • TWR-LCD • TWR-PROTO built with OV7670&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(tested this integration with freedom board and it is working but i need SRAM and QSPI also, so i need to do this in TWR board)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;I used KDS since I don’t have ARM license for any other IDE. When I compiled KDS project lot of errors generated. I tried to resolve one by one but when I resolve some, more errors generating. So I believe some basic issue in project location or something. Is anybody tried this FlexIO demo in TWR-K80F150M and KDS IDE? Please help!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="123.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25118i7730776BC6477514/image-size/large?v=v2&amp;amp;px=999" role="button" title="123.png" alt="123.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="456.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25143i967F959F99E099C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="456.png" alt="456.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 10:00:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667834#M41050</guid>
      <dc:creator>pradeeshmt</dc:creator>
      <dc:date>2017-07-13T10:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: AN5275_SW FlexIO demo compilation error in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667835#M41051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the steps mentioned in the Section 2.3 of the application note:&amp;nbsp;&lt;A href="http://www.nxp.com/docs/en/application-note/AN5275.pdf" title="http://www.nxp.com/docs/en/application-note/AN5275.pdf"&gt;http://www.nxp.com/docs/en/application-note/AN5275.pdf&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g. Path of the project will be :&amp;nbsp;C:\Freescale\KSDK_1.3.0\examples\twrk80f150m\user_apps\User_project&lt;/P&gt;&lt;P&gt;Modify in main.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the path's of the folders are corrected , you need to link the files in the folder &amp;nbsp;OV7670 and ssd1289 to the project and add their path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In main.c&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static uint16_t &amp;nbsp;__attribute__((section (".myBufSection"))) u16CameraFrameBuffer[OV7670_FRAME_PIXELS] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a myBufSection in the linker script &amp;nbsp;(Refer app note:&amp;nbsp;Relocating Code and Data Using the KDS &lt;BR /&gt;GCC Linker File (.ld) for Kinetis)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the PORTA_InstallCallback function and you will have successful build.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the functioning of the board and let us know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 22:37:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667835#M41051</guid>
      <dc:creator>deepakrana</dc:creator>
      <dc:date>2017-07-13T22:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: AN5275_SW FlexIO demo compilation error in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667836#M41052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;Thank you for the reply. I am almost there, all path related errors gone. I edited the linker file by referring app.note. Can you just check whats wrong. Errors and linker file (what i added) you can see in the image&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="123.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/25123i95B43D795A71A7E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="123.png" alt="123.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 05:35:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667836#M41052</guid>
      <dc:creator>pradeeshmt</dc:creator>
      <dc:date>2017-07-14T05:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: AN5275_SW FlexIO demo compilation error in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667837#M41053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I can't find the app note:&amp;nbsp; (Refer app note:&amp;nbsp;Relocating Code and Data Using the KDS &lt;/SPAN&gt;&lt;BR style="color: #51626f; font-family: arial,helvetica,&amp;amp;quot; helvetica neue&amp;amp;quot;,verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;" /&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;GCC Linker File (.ld) for Kinetis). I am getting 'u16CameraFrameBuffer' undeclared here(not in function).&amp;nbsp; And where do I the&amp;nbsp;PORTA_InstallCallback function is already defined.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2019 18:35:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN5275-SW-FlexIO-demo-compilation-error-in-KDS/m-p/667837#M41053</guid>
      <dc:creator>jwhammel1</dc:creator>
      <dc:date>2019-04-18T18:35:01Z</dc:date>
    </item>
  </channel>
</rss>

