<?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: Prevent flash erase during debugging in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250568#M9656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eran,&lt;/P&gt;&lt;P&gt;that's right, SLINELEN will set the S-Record len.&lt;/P&gt;&lt;P&gt;an example is like below (the .bbl file):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPENFILE "%ABS_FILE%.s19"&lt;/P&gt;&lt;P&gt;format=motorola&lt;/P&gt;&lt;P&gt;busWidth=1&lt;/P&gt;&lt;P&gt;origin=0&lt;/P&gt;&lt;P&gt;len=0x10000&lt;/P&gt;&lt;P&gt;destination=0&lt;/P&gt;&lt;P&gt;SLINELEN=24&lt;/P&gt;&lt;P&gt;SRECORD=Sx&lt;/P&gt;&lt;P&gt;SENDBYTE 1 "%ABS_FILE%"&lt;/P&gt;&lt;P&gt;CLOSE&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2013 03:03:52 GMT</pubDate>
    <dc:creator>Rick_Li</dc:creator>
    <dc:date>2013-05-28T03:03:52Z</dc:date>
    <item>
      <title>Prevent flash erase during debugging</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250565#M9653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to tell CW (version 10.2) not to erase flash when burning firmaware?&lt;/P&gt;&lt;P&gt;The reason I am asking is because I need to develop bootloader for MC9S08DZ60. I want to burn application before I burn the bootloader&lt;/P&gt;&lt;P&gt;and see that the bootloader actually jump to the application.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to limit S record length? for example I want it to be max of 64 bytes.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 08:58:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250565#M9653</guid>
      <dc:creator>ngsoftuser</dc:creator>
      <dc:date>2013-05-22T08:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent flash erase during debugging</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250566#M9654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;if you are usiing P&amp;amp;E as connection device, then this link provides a way to do this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/04/27/programming-part-of-flash/" title="http://mcuoneclipse.com/2012/04/27/programming-part-of-flash/"&gt;Programming part of flash&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 09:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250566#M9654</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-05-22T09:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent flash erase during debugging</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250567#M9655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for my seconds question, use SLINELEN will set the S-Record len&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 09:54:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250567#M9655</guid>
      <dc:creator>ngsoftuser</dc:creator>
      <dc:date>2013-05-22T09:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent flash erase during debugging</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250568#M9656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eran,&lt;/P&gt;&lt;P&gt;that's right, SLINELEN will set the S-Record len.&lt;/P&gt;&lt;P&gt;an example is like below (the .bbl file):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPENFILE "%ABS_FILE%.s19"&lt;/P&gt;&lt;P&gt;format=motorola&lt;/P&gt;&lt;P&gt;busWidth=1&lt;/P&gt;&lt;P&gt;origin=0&lt;/P&gt;&lt;P&gt;len=0x10000&lt;/P&gt;&lt;P&gt;destination=0&lt;/P&gt;&lt;P&gt;SLINELEN=24&lt;/P&gt;&lt;P&gt;SRECORD=Sx&lt;/P&gt;&lt;P&gt;SENDBYTE 1 "%ABS_FILE%"&lt;/P&gt;&lt;P&gt;CLOSE&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 03:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250568#M9656</guid>
      <dc:creator>Rick_Li</dc:creator>
      <dc:date>2013-05-28T03:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Prevent flash erase during debugging</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250569#M9657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is a bug in the memory Preservation or i might missing how to use it.&lt;BR /&gt;My bootloader is set in PRM to be on ROM in range of 0xFA00 to 0xFFAD.&lt;BR /&gt;When I try to set memory Preservation range as mentioned above, eclipse ignores it and set it as F9C0 to FFBF.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The same thing happens when I try to set bootloader project to prevent erasing range 1900 To FFFF eclipse ignores it and set is as 1900 to 10DF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this really a bug or I am missing something in memory preservation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mcu is MC9S08DZ60.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 15:08:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Prevent-flash-erase-during-debugging/m-p/250569#M9657</guid>
      <dc:creator>ngsoftuser</dc:creator>
      <dc:date>2013-05-28T15:08:03Z</dc:date>
    </item>
  </channel>
</rss>

