<?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: Problem burning program to MCU in KDS in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Problem-burning-program-to-MCU-in-KDS/m-p/752620#M9599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thanks!&lt;BR /&gt; i'll try that.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2018 06:56:16 GMT</pubDate>
    <dc:creator>matanhasan</dc:creator>
    <dc:date>2018-04-05T06:56:16Z</dc:date>
    <item>
      <title>Problem burning program to MCU in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Problem-burning-program-to-MCU-in-KDS/m-p/752618#M9597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!&lt;BR /&gt;I&amp;nbsp;want to burn to my MCU, bootloader + main program from KDS.&lt;BR /&gt;I&amp;nbsp;successfully burned my bootloader, but when i tried to burn the program, it failed ("J-Link GDB Server failed:&amp;nbsp;Could not connect to target. Please check if target is powered and if ribbon cable is plugged properly.").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think it might be an error in my MEMORY config (interrupts+text etc..)&lt;BR /&gt;my bootloader memory:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_interrupts (RX) : ORIGIN = 0x00000000, LENGTH = 0x000001E8&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;m_text (RX) : ORIGIN = 0x00000410, LENGTH = 0x000FFBF0&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;m_data (RW) : ORIGIN = 0x1FFF0000, LENGTH = 0x00010000&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;m_data_20000000 (RW) : ORIGIN = 0x20000000, LENGTH = 0x00010000&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;m_cfmprotrom (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000010&lt;/P&gt;&lt;P&gt;my main prog memory:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; m_interrupts (RX) : ORIGIN = 0x00004000, LENGTH = 0x000001E8&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;m_text (RX) : ORIGIN = 0x000041E8, LENGTH = 0x000FBE18&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;m_data (RW) : ORIGIN = 0x1FFF0000, LENGTH = 0x00010000&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;m_data_20000000 (RW) : ORIGIN = 0x20000000, LENGTH = 0x00010000&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;m_cfmprotrom (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000010&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2018 09:50:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Problem-burning-program-to-MCU-in-KDS/m-p/752618#M9597</guid>
      <dc:creator>matanhasan</dc:creator>
      <dc:date>2018-04-01T09:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem burning program to MCU in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Problem-burning-program-to-MCU-in-KDS/m-p/752619#M9598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matan,&lt;/P&gt;&lt;P&gt;Yes, there are some error in the the memory configuration.&lt;/P&gt;&lt;P&gt;The flash memory rang of bootloader shouldn't beyond the flash start address of your APP memory:&lt;/P&gt;&lt;P&gt;&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/44902iE241E5B16F9C6D8D/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;That is to say, the two flash can't overlap.&lt;/P&gt;&lt;P&gt;You can also have a look at this bootloader , check the DOC how to configure memoy:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-328365"&gt;Kinetis Bootloader to Update Multiple Devices in a Network for Cortex-M4&lt;/A&gt;&amp;nbsp;&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>Mon, 02 Apr 2018 06:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Problem-burning-program-to-MCU-in-KDS/m-p/752619#M9598</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-04-02T06:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem burning program to MCU in KDS</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Problem-burning-program-to-MCU-in-KDS/m-p/752620#M9599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thanks!&lt;BR /&gt; i'll try that.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 06:56:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Problem-burning-program-to-MCU-in-KDS/m-p/752620#M9599</guid>
      <dc:creator>matanhasan</dc:creator>
      <dc:date>2018-04-05T06:56:16Z</dc:date>
    </item>
  </channel>
</rss>

