<?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: How to flash program with .sx file by codewarrior 10.6? in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-flash-program-with-sx-file-by-codewarrior-10-6/m-p/379488#M2157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Young-kyun Park,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your application and bootloader's vector table may have conflict .&lt;/P&gt;&lt;P&gt;please refer an2295 for how to allocate vectors.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==============================================================&lt;/P&gt;&lt;P&gt;this answer is for you. if it helps, please click on "Correct Answer" button. thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Jan 2015 06:13:57 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2015-01-04T06:13:57Z</dc:date>
    <item>
      <title>How to flash program with .sx file by codewarrior 10.6?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-flash-program-with-sx-file-by-codewarrior-10-6/m-p/379487#M2156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to merge bootloader and my own application.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have got a merged .sx file and .elf file by adding "HEXFILE bootloader.sx" to .prm file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;actually, I got some error message when I try to download with merged elf file.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think HEXFILE directive just merging line by line.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;application's sx file is ended by reset vector address 0x00FE0000 at 0xFFFFFD with other vectors&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and bootloader's sx file is ended by reset vector address 0x00FFF6E0 at 0xFFFFFD in a new single line&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but, merged sx file has both lines. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I want to try to download after modifying those lines in manually. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but, I don't know how to program .sx file to p-flash in codewarrior.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My target MCU is MC9S12ZVML128.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone can help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 09:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-flash-program-with-sx-file-by-codewarrior-10-6/m-p/379487#M2156</guid>
      <dc:creator>young-kyunpark</dc:creator>
      <dc:date>2014-12-29T09:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash program with .sx file by codewarrior 10.6?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-flash-program-with-sx-file-by-codewarrior-10-6/m-p/379488#M2157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Young-kyun Park,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your application and bootloader's vector table may have conflict .&lt;/P&gt;&lt;P&gt;please refer an2295 for how to allocate vectors.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf"&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN2295.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==============================================================&lt;/P&gt;&lt;P&gt;this answer is for you. if it helps, please click on "Correct Answer" button. thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 06:13:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/How-to-flash-program-with-sx-file-by-codewarrior-10-6/m-p/379488#M2157</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-01-04T06:13:57Z</dc:date>
    </item>
  </channel>
</rss>

