<?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 Problem to adapt MCUXPresso project for kboot in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677387#M41671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to adapt a MCUXPresso project in order to flash my MKL25 using kboot. I have already followed the tutorials regarding KDS, but it is not straightforward to do the same at MCUXPresso IDE. I have been using a blinking led driver example imported from the installed SDK and I modified the the flash section as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMORY&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; /* Define each memory region */&lt;BR /&gt;&amp;nbsp; m_data (rx) : ORIGIN = 0x8800, LENGTH = 0x17800 /* 94K bytes (alias Flash) */ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; m_text (rx) : ORIGIN = 0x8400, LENGTH = 0x400 /* 1K bytes (alias Flash2) */ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; m_bca (rx) : ORIGIN = 0x83c0, LENGTH = 0x40 /* 64 bytes (alias Flash3) */ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; m_interrupts (rx) : ORIGIN = 0x8000, LENGTH = 0x3c0 /* 960 bytes (alias Flash4) */ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; SRAM (rwx) : ORIGIN = 0x1ffff000, LENGTH = 0x4000 /* 16K bytes (alias RAM) */ &amp;nbsp;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the scripts are not the same compared to KDS, I may have to do extra steps in order to achieve my goal. If there is any tutorial for this issue I would appreciate it very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2017 14:26:15 GMT</pubDate>
    <dc:creator>PedroCastro</dc:creator>
    <dc:date>2017-07-21T14:26:15Z</dc:date>
    <item>
      <title>Problem to adapt MCUXPresso project for kboot</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677387#M41671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to adapt a MCUXPresso project in order to flash my MKL25 using kboot. I have already followed the tutorials regarding KDS, but it is not straightforward to do the same at MCUXPresso IDE. I have been using a blinking led driver example imported from the installed SDK and I modified the the flash section as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMORY&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp; /* Define each memory region */&lt;BR /&gt;&amp;nbsp; m_data (rx) : ORIGIN = 0x8800, LENGTH = 0x17800 /* 94K bytes (alias Flash) */ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; m_text (rx) : ORIGIN = 0x8400, LENGTH = 0x400 /* 1K bytes (alias Flash2) */ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; m_bca (rx) : ORIGIN = 0x83c0, LENGTH = 0x40 /* 64 bytes (alias Flash3) */ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; m_interrupts (rx) : ORIGIN = 0x8000, LENGTH = 0x3c0 /* 960 bytes (alias Flash4) */ &amp;nbsp;&lt;BR /&gt;&amp;nbsp; SRAM (rwx) : ORIGIN = 0x1ffff000, LENGTH = 0x4000 /* 16K bytes (alias RAM) */ &amp;nbsp;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the scripts are not the same compared to KDS, I may have to do extra steps in order to achieve my goal. If there is any tutorial for this issue I would appreciate it very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 14:26:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677387#M41671</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2017-07-21T14:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to adapt MCUXPresso project for kboot</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677388#M41672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pedro,&lt;/P&gt;&lt;P&gt;Could you please share which tutorials on KDS ?&lt;/P&gt;&lt;P&gt;And also tell me MCUXpresso IDE version, and the error when use MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 07:11:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677388#M41672</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-07-24T07:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to adapt MCUXPresso project for kboot</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677389#M41673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;It is a pdf called "How to adapt KDS applications for KBOOT" from the link: &lt;A href="https://community.nxp.com/docs/DOC-256669"&gt;https://community.nxp.com/docs/DOC-256669&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The MCUXPresso version is the v10.0.0_344 and there is not a error like compilation error. When I generate the .bin file and upload it via kboot, the upload proccess goes fine but the application program simply does not start. It may be a problem regarding bad memory initialization, I suppose. I may have not set the memory spaces correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 11:31:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677389#M41673</guid>
      <dc:creator>PedroCastro</dc:creator>
      <dc:date>2017-07-24T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to adapt MCUXPresso project for kboot</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677390#M41674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pedro,&lt;/P&gt;&lt;P&gt;I use the led SDK demo to test, it can work well, only need change&amp;nbsp; the PROGRAM_FLASH Location from 0x0000 to 0x8000 in MCU settings :&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/27152i6A65B4C1E6E70721/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;&amp;nbsp;build project, then&amp;nbsp; create .bin file :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27188i09A8526BF0AA0EF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now you can use the KBOOT to flash it to board.&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;TIC&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, 25 Jul 2017 04:28:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-to-adapt-MCUXPresso-project-for-kboot/m-p/677390#M41674</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-07-25T04:28:07Z</dc:date>
    </item>
  </channel>
</rss>

