<?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>Kinetis MicrocontrollersのトピックRe: AN2295 on k10</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364837#M18735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;do you&amp;nbsp; solved the bootloader issue. &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;i want to download the code through uart bootloader.&amp;nbsp; could you kindly help to share it to me? thanks a lot.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2015 09:33:08 GMT</pubDate>
    <dc:creator>玉崔良</dc:creator>
    <dc:date>2015-10-26T09:33:08Z</dc:date>
    <item>
      <title>AN2295 on k10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364832#M18730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to get the an2295 bootloader up and working on a MK10DX128LH7. The idea is afterwards to modify it to work on CANbus, but first I am trying just to get it working on uart. &lt;/P&gt;&lt;P&gt;I am using the official zip file from the freescale site.&lt;/P&gt;&lt;P&gt;I am using CodeWarrior 10.6. &lt;/P&gt;&lt;P&gt;I have managed to compile the project, but when I start it (debug) I see it jumps to the Boot_ResetMCU function right after entering __main function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read all forum post I could find on AN2295, but it does not seem to have helped me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am at my whits end with this project at the moment, so it would be great if somebody has some pointers (no pun intended *)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance, Lovro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 10:27:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364832#M18730</guid>
      <dc:creator>lovro</dc:creator>
      <dc:date>2014-10-30T10:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 on k10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364833#M18731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lovro Oreskovic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the linker file that comes with the appnote software (AN2295_LinkerFile.lcf)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you may need to change the stack symbols at the end for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14147174351066923 jive_text_macro jive_macro_code" jivemacro_uid="_14147174351066923" modifiedtitle="true"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;__BOOT_STACK_ADDRESS = . + 0x00001000;&lt;/P&gt;
&lt;P&gt;__heap_addr = __BOOT_STACK_ADDRESS;&lt;/P&gt;
&lt;P&gt;__heap_size = 0x00001000;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&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>Fri, 31 Oct 2014 01:04:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364833#M18731</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-10-31T01:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 on k10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364834#M18732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I am using the linker file from the AN2295 project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The address and size I had at first were 0x00008000, I tried a few different values, but i did not seem to help.&lt;/P&gt;&lt;P&gt;I am not really sure what the correct values should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Lovro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:51:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364834#M18732</guid>
      <dc:creator>lovro</dc:creator>
      <dc:date>2014-10-31T10:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 on k10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364835#M18733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a new workspace imported the project, and made the changes and it started working.&lt;/P&gt;&lt;P&gt;I am not really sure what was the difference, but it works now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the info, Lovro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 12:58:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364835#M18733</guid>
      <dc:creator>lovro</dc:creator>
      <dc:date>2014-10-31T12:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 on k10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364836#M18734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName"&gt;Lovro Oreskovic,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm a FAE from China. F&lt;/SPAN&gt;&lt;SPAN class="replyToName"&gt;rom above discussion, I see you have solved the bootloader issue. and I have a customer using MK10DX128VLL7 and asking for uart bootloader. so could you kindly help to share it to me? thanks a lot.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 05:52:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364836#M18734</guid>
      <dc:creator>huiding-b33676</dc:creator>
      <dc:date>2014-12-18T05:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: AN2295 on k10</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364837#M18735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;do you&amp;nbsp; solved the bootloader issue. &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;i want to download the code through uart bootloader.&amp;nbsp; could you kindly help to share it to me? thanks a lot.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 09:33:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/AN2295-on-k10/m-p/364837#M18735</guid>
      <dc:creator>玉崔良</dc:creator>
      <dc:date>2015-10-26T09:33:08Z</dc:date>
    </item>
  </channel>
</rss>

