<?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: USBDM vs Pemicro in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753037#M15133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaw,&lt;/P&gt;&lt;P&gt;It seems, that there may be problem with address format.&lt;/P&gt;&lt;P&gt;I suppose that you try to load code through CodeWarrior IDE and USBDM interface. Correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CW accepts only addresses in 64kB memory map (16bit) and banked (logical) format (24bit, PPAGE + address in 0x8000~0xBFFF memory window).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The PEmicro tools typically accept only addresses in 64kB memory map (16bit) and linear (global) format (24bit).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached memory map in Excel file for your reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The .s19 files may be simply converted.&lt;/P&gt;&lt;P&gt;The NXP offers SRecCvt tool:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=SRECCVTSW"&gt;https://www.nxp.com/webapp/sps/download/license.jsp?colCode=SRECCVTSW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The PEmicro offers Log2Phy tool. However, this tool convert .s19 files only from banked to the linear address format.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.pemicro.com/downloads/download_file.cfm?download_id=15"&gt;https://www.pemicro.com/downloads/download_file.cfm?download_id=15&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2018 13:30:44 GMT</pubDate>
    <dc:creator>RadekS</dc:creator>
    <dc:date>2018-01-02T13:30:44Z</dc:date>
    <item>
      <title>USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753035#M15131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi, i have a .s19 file that is possible load on a 9S12XDT512 using Prog12Z and Pemicro Multilink, but the same .s19 file if i try upload it with USBDM, i get error " program data not within target flash memory".&lt;/P&gt;&lt;P&gt;Why???&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:25:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753035#M15131</guid>
      <dc:creator>jawwaj</dc:creator>
      <dc:date>2017-12-28T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753036#M15132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i read the xdt512 with memory dump, and after i try program the same file, i receive the same error.¿?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 11:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753036#M15132</guid>
      <dc:creator>jawwaj</dc:creator>
      <dc:date>2017-12-28T11:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753037#M15133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaw,&lt;/P&gt;&lt;P&gt;It seems, that there may be problem with address format.&lt;/P&gt;&lt;P&gt;I suppose that you try to load code through CodeWarrior IDE and USBDM interface. Correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CW accepts only addresses in 64kB memory map (16bit) and banked (logical) format (24bit, PPAGE + address in 0x8000~0xBFFF memory window).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The PEmicro tools typically accept only addresses in 64kB memory map (16bit) and linear (global) format (24bit).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached memory map in Excel file for your reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The .s19 files may be simply converted.&lt;/P&gt;&lt;P&gt;The NXP offers SRecCvt tool:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=SRECCVTSW"&gt;https://www.nxp.com/webapp/sps/download/license.jsp?colCode=SRECCVTSW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The PEmicro offers Log2Phy tool. However, this tool convert .s19 files only from banked to the linear address format.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.pemicro.com/downloads/download_file.cfm?download_id=15"&gt;https://www.pemicro.com/downloads/download_file.cfm?download_id=15&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 13:30:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753037#M15133</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2018-01-02T13:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753038#M15134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not 100% sure but &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;of this explanation&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In a developement of a program in GCC GNU for 9s12xep100.&lt;BR /&gt; I yet use it with PPAGE on IFLASH and it works ok. (Adresses of memory.x on GCC 70_0000 to 7F_FFFF).&lt;BR /&gt; But now i want use EPAGE on DFLASH.(Adresses of memory.x on GCC 10_0000 to 10_FFFF), but Noice12 debugger can´t program in this range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;BR /&gt; How can i do to program DFLASH with Noice12??? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It occurs the same &lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/thread/466787?commentID=973723#comment" title="https://community.nxp.com/message/973723?commentID=973723#comment-973723"&gt;https://community.nxp.com/message/973723?commentID=973723#comment-973723&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;It is independent of the programmer which uses!!!!! the same error with USBDM AND PEMICRO&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 09:21:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753038#M15134</guid>
      <dc:creator>jawwaj</dc:creator>
      <dc:date>2018-01-12T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753039#M15135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaw,&lt;/P&gt;&lt;P&gt;Are you really sure that you use S12XDT512 MCU?&lt;/P&gt;&lt;P&gt;Range 70_0000 to 7F_FFFF refers to 1MB Flash and range 10_0000 to 10_FFFF has 64kB.&lt;/P&gt;&lt;P&gt;The S12XDT512 have only 512kB P-Flash and 4KB EEPROM at address 0x13F000 instead of D-Flash.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use S12XEP100 device, the P-Flash range is OK(70_0000 to 7F_FFFF), however size of D-Flash is still incorrect (only 32kB). It should be 10_0000 to 10_7FFF instead of 10_0000 to 10_FFFF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Address ranges 70_0000 to 7F_FFFF and 10_0000 to 10_FFFF are in global(linear) address format.&lt;/P&gt;&lt;P&gt;Did you try converting your *.s19 file into banked address format by the SRecCvt tool?&lt;/P&gt;&lt;P&gt;In your initial post, you reported an issue with USBDM. Now, the USBDM and PEmicro tools works, but Noice12 not. Could you please clarify your MCU device, memory ranges from linker file and used environment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I don’t have any experience with the Noice12 tool. Please, contact also Noice12 technical support for more details…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 09:52:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753039#M15135</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2018-01-12T09:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753040#M15136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i am sure, i test it on XDT512 and XEP100.&lt;/P&gt;&lt;P&gt;Using PROG12Z with pemicro&amp;amp;multilink you have to select one algorithm.&lt;/P&gt;&lt;P&gt;For xdt512 it had two algorithms:&lt;/P&gt;&lt;P&gt;9S12XDT512_1x16x2k_4k_EEPROM_linear_1k_page&lt;/P&gt;&lt;P&gt;9S12XDT512_1x16x256k_512k_Linear_16k_page&lt;/P&gt;&lt;P&gt;in xep100 it have three algorithms:&lt;/P&gt;&lt;P&gt;9S12XEP100_1x16x512k_1024k_Linear_Pflash&lt;/P&gt;&lt;P&gt;9S12XEP100_1x16xmax2k_max4K_EEPROM_linear_1k_page&lt;/P&gt;&lt;P&gt;9S12XEP100_1x16xmax16k_max32k_Linear_User_Dflash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In summary, if you have a .s19 or .elf or .abs file with&amp;nbsp; linear addresses, you must be select the appropriate algorithm to program the flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, is you srecord file have data on EEPROM and IFLASH, you must be select first the eeprom algorithm, program the device, and then select the other algorithm and program the flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With USBDM you only can program the IFLASH.&lt;/P&gt;&lt;P&gt;With NoICE12 you have the same problem, &lt;SPAN class="" lang="en"&gt;&lt;SPAN class=""&gt;independently&lt;/SPAN&gt;&lt;/SPAN&gt;, if you use pemicro multilink or USBDM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:14:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753040#M15136</guid>
      <dc:creator>jawwaj</dc:creator>
      <dc:date>2018-01-16T15:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753041#M15137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I am&amp;nbsp;having the same trouble. I am working with a 9S12G128 and I get the same error:&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;" program data not within target flash memory".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I can't get a functional link to the SRecCvt tool you mentioned before, do you have any?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Pedro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 16:20:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753041#M15137</guid>
      <dc:creator>programacionmsm</dc:creator>
      <dc:date>2018-03-22T16:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753042#M15138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;you are right. It seems, that there is some issue on out web pages and&amp;nbsp;SRecCvt tool cannot be downloaded from:&lt;BR /&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=SRECCVTSW" title="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=SRECCVTSW&amp;amp;amp;location=null&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType="&gt;https://www.nxp.com/webapp/sps/download/license.jsp?colCode=SRECCVTSW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I will report this issue.&lt;/P&gt;&lt;P&gt;You may download it from attachment for now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;Radek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 06:57:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753042#M15138</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2018-03-26T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753043#M15139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again, I have checked the tool and I see that&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;9S12G128 is not available, I see that I can add the device but I am not sure about how to fill the form.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Pedro.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 16:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753043#M15139</guid>
      <dc:creator>programacionmsm</dc:creator>
      <dc:date>2018-04-10T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753044#M15140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Hi Pedro,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;the&amp;nbsp;S12G240 option may be used instead S12G128 without any issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;regarding S12G128 option)&lt;BR /&gt; The DeviceInfo.dat file is a pure text file which may be edited by any text editor e.g. Notepad and S12G128 may be added by inserting the line:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;S12G128, 8000, BFFF, 8, 8, 0400, 13FF, FF, 32, s1218&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;BTW: The&amp;nbsp;SRecCvt-GUI.exe file is the just graphical user interface and development of this tool was stopped years ago. therefore some options missing there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;The SRecCvt software core is an SRecCvt.exe file - executable from the command line and allowing wider options than the graphical user interface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;When you will start&amp;nbsp;SRecCvt-GUI.exe with pressed Ctrl button, the debug window will display generated command line for&amp;nbsp;SRecCvt.exe. You may&amp;nbsp;compare&amp;nbsp;it with attached documentation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;I hope it helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Radek&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 11:19:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/753044#M15140</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2018-04-11T11:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM vs Pemicro</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/1394362#M18372</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, I have exact same problem. When I try to flash MC9S12XEP100CAG chip with .s19 file and press load code it starts uploading and when it reaches 88% it gives an error: 'Error while writing to FD4000...FD4200. Information: no memory at this address.' I tried many times on 2 different boards with same chip but every time it starts and then fails. Same results with hiwave and USBDM flasher. I attach my .s19 file if anybody could help me please as I have not enough knowledge to understand what is wrong. I tried to convert my s19 file as described in this thread but it does not convert. Could somebody with more knowledgw please take a look? Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 17:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/USBDM-vs-Pemicro/m-p/1394362#M18372</guid>
      <dc:creator>marty900</dc:creator>
      <dc:date>2022-01-04T17:26:32Z</dc:date>
    </item>
  </channel>
</rss>

